Added STUFF comments since I do not like blank spaces.
This commit is contained in:
parent
b0360f7308
commit
390a1460f2
@ -58,7 +58,7 @@ public class SpaceShipSim {
|
|||||||
aboutItem.addActionListener(new ActionListener() {
|
aboutItem.addActionListener(new ActionListener() {
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent ae) {
|
public void actionPerformed(ActionEvent ae) {
|
||||||
|
// Stuff happens.
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -11,5 +11,5 @@ import java.awt.*;
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class Window {
|
public class Window {
|
||||||
public
|
// Stuff here.
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user