gecco.client.dialogs
Class GameInfo
java.lang.Object
|
+--gecco.client.dialogs.GameInfo
- public class GameInfo
- extends Object
This class supplies a modal dialog that displays info about the game.
- Author:
- Andreas Enblom
Constructor Summary |
private |
GameInfo()
No contructor is necessary. |
Method Summary |
(package private) static void |
()
|
static void |
display(Frame owner)
Displays the game info dialog. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
dialog
private static JDialog dialog
- Description of the Field
content
private static JPanel content
- Description of the Field
okButton
private static JButton okButton
- Description of the Field
GameInfo
private GameInfo()
- No contructor is necessary.
display
public static void display(Frame owner)
- Displays the game info dialog.
- Parameters:
owner
- The frame that owns the modal dialog.
static void ()