|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsnakeprogram3d.HelpMessages
public class HelpMessages
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 |
---|
public HelpMessages()
Method Detail |
---|
public static void showHelp()
public static void showAbout()
public void hyperlinkUpdate(javax.swing.event.HyperlinkEvent e)
hyperlinkUpdate
in interface javax.swing.event.HyperlinkListener
e
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |