Guest User

Main

a guest
Mar 10th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. package com.felix.pack;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. int width = 500;
  8. int height = 500;
  9.  
  10. Window surface = new Window(width,height,"Berechner");
  11. MainPane mainPanel = new MainPane(width,height);
  12.  
  13. }
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment