Skip to content

Commit

Permalink
Update Window.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Thewtus committed May 10, 2021
1 parent 34a3baf commit d2f7e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public void actionPerformed(ActionEvent e) {

public static void main(String[] args) {
JFrame w = new JFrame("The game");
w.setSize(500, 500);
w.setSize(500, 500); //feel free to change anything btw

Container c = w.getContentPane();
c.add(new Window());
Expand Down

0 comments on commit d2f7e0f

Please sign in to comment.