martaczaska

Projekt

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