import gameEngine.Window; public class Main { public static void main(String[] args) { Window window = Window.get(); Swing.swing(); window.run(); } }