gecco.client.dialogs
Class About

java.lang.Object
  |
  +--gecco.client.dialogs.About

public class About
extends Object

This class supplies a modal dialog that displays info about the game.

Author:
Andreas Enblom, Karl Hasselström

Method Summary
static void display(Frame owner)
          Displays the game info dialog.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

display

public static void display(Frame owner)
Displays the game info dialog.

Parameters:
owner - The frame that owns the modal dialog.