Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package eti.radio.pr_inz;
- public class Main {
- static int w_okno = 1024;
- static int h_okno = 768;
- public static Okno noweOkno;
- public static void main(String[] args) {
- noweOkno = new Okno(w_okno, h_okno);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement