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

Field Summary
private static JPanel content
          Description of the Field
private static JDialog dialog
          Description of the Field
private static JButton okButton
          Description of the Field
 
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
 

Field Detail

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
Constructor Detail

GameInfo

private GameInfo()
No contructor is necessary.
Method Detail

display

public static void display(Frame owner)
Displays the game info dialog.
Parameters:
owner - The frame that owns the modal dialog.

static void ()