Added FIXME to corresponding section.
This commit is contained in:
		@@ -50,6 +50,7 @@ public class SpaceShipSim extends JFrame implements Runnable, KeyListener {
 | 
				
			|||||||
		start();
 | 
							start();
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						// FIXME: There are no errors in compilation or while running, but the menu bar does not appear
 | 
				
			||||||
	public void menuSetup() {
 | 
						public void menuSetup() {
 | 
				
			||||||
		menuBar = new JMenuBar();
 | 
							menuBar = new JMenuBar();
 | 
				
			||||||
		simulationMenu = new JMenu("Simulation");
 | 
							simulationMenu = new JMenu("Simulation");
 | 
				
			||||||
@@ -65,6 +66,7 @@ public class SpaceShipSim extends JFrame implements Runnable, KeyListener {
 | 
				
			|||||||
		menuBar.add(simulationMenu);
 | 
							menuBar.add(simulationMenu);
 | 
				
			||||||
		this.setJMenuBar(menuBar);
 | 
							this.setJMenuBar(menuBar);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
						// !!!FIXME-END!!!
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	public void start() {
 | 
						public void start() {
 | 
				
			||||||
		gameloop = new Thread(this);
 | 
							gameloop = new Thread(this);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user