This is the base for a game! now we need to paint onto it, i'll explain that in my next releaseCode:public void createGUI() { JFrame frame = new JFrame(); frame.setTitle("This is my window!"); frame.setSize(300, 300); frame.setResizable(false); frame.setVisible(true); }



Reply With Quote![[release] how to get a window up and going](http://ragezone.com/hyper728.png)

