Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.felix.pack;
- public class Main {
- public static void main(String[] args) {
- int width = 500;
- int height = 500;
- Window surface = new Window(width,height,"Berechner");
- MainPane mainPanel = new MainPane(width,height);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment