added option subwindow
This commit is contained in:
@@ -13,7 +13,7 @@ public class Boot {
|
||||
window.setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
|
||||
window.setResizable(false);
|
||||
window.setTitle("JGame2D");
|
||||
window.setUndecorated(true);
|
||||
//window.setUndecorated(true);
|
||||
|
||||
GamePanel gamePanel = new GamePanel();
|
||||
window.add(gamePanel);
|
||||
|
||||
Reference in New Issue
Block a user