Added FIXME to corresponding section.
This commit is contained in:
parent
e19278dfec
commit
2cc5153497
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user