Advertisement
martaczaska

Main_17.11

Nov 17th, 2020
532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. package eti.radio.pr_inz;
  2.  
  3. public class Main {
  4.  
  5.     static int w_okno = 1024;
  6.     static int h_okno = 768;
  7.  
  8.     public static Okno noweOkno;
  9.  
  10.     public static void main(String[] args) {
  11.         noweOkno = new Okno(w_okno, h_okno);
  12.     }
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement