mastermind.client
Class ClientGUIDialog

java.lang.Object
  extended by mastermind.client.ClientGUIDialog

public class ClientGUIDialog
extends java.lang.Object

This class generates the about dialog and the help dialog


Constructor Summary
ClientGUIDialog()
           
 
Method Summary
static void showAboutDialog(javax.swing.JFrame jframe)
          Opens an about dialog.
static void showHelpDialog(javax.swing.JFrame jframe)
          Opens a help dialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientGUIDialog

public ClientGUIDialog()
Method Detail

showAboutDialog

public static void showAboutDialog(javax.swing.JFrame jframe)
Opens an about dialog.

Parameters:
jframe -

showHelpDialog

public static void showHelpDialog(javax.swing.JFrame jframe)
Opens a help dialog

Parameters:
jframe -