Ask coding questions
I just want to create a usable screen so I can make a game later.
I make screens all the time
@08KINPLIX cool. how do you do it?
@hawlitza JFrame f = new JFrame("My Screen");Game g = new Game();f.setBounds(x, y, w, h)f.setVisible(true)f.add(g)
I make screens all the time
@08KINPLIX cool. how do you do it?
@hawlitza JFrame f = new JFrame("My Screen");
Game g = new Game();
f.setBounds(x, y, w, h)
f.setVisible(true)
f.add(g)