martaczaska

Projektinio

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