snakeprogram3d
Class HelpMessages

java.lang.Object
  extended by snakeprogram3d.HelpMessages
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.HyperlinkListener

public class HelpMessages
extends java.lang.Object
implements javax.swing.event.HyperlinkListener

This class manages turning buttons and text fields on/off when a text field is being modified or has finished being modified. Displays brief help files. The html files that are used are include in the snakeprogram3d package.


Constructor Summary
HelpMessages()
           
 
Method Summary
 void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
          Opens a browser if the one hyper link in the 'about.html' is clicked
static void showAbout()
          Shows 'about.html' which has some credits and
static void showHelp()
          Creats a JFrame containing a JEditor pane displaying 'parameters.html' which contains a list of the parameters used and a list of the button functions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelpMessages

public HelpMessages()
Method Detail

showHelp

public static void showHelp()
Creats a JFrame containing a JEditor pane displaying 'parameters.html' which contains a list of the parameters used and a list of the button functions


showAbout

public static void showAbout()
Shows 'about.html' which has some credits and


hyperlinkUpdate

public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
Opens a browser if the one hyper link in the 'about.html' is clicked

Specified by:
hyperlinkUpdate in interface javax.swing.event.HyperlinkListener
Parameters:
e -