|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.monkeycoder.monkeyfractal.gui.HelpAboutWindow
public class HelpAboutWindow
Window for showing the Help->About dialog. This window includes
details on the MonkeyFractal core program as well as details supplied
by the FractalPlugin and RenderPanel if available.
Originally part of the MonkeyFractal project.
| Constructor Summary | |
|---|---|
HelpAboutWindow(javax.swing.JFrame inParentFrame)
Creates and configures a new HelpAboutWindow. |
|
| Method Summary | |
|---|---|
void |
setFractalPluginInfo(java.lang.String inInfo)
|
void |
setRenderPanelInfo(java.lang.String inInfo)
|
void |
show()
Displays the HelpAboutWindow. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelpAboutWindow(javax.swing.JFrame inParentFrame)
inParentFrame - The parent of this dialog.| Method Detail |
|---|
public void show()
public void setFractalPluginInfo(java.lang.String inInfo)
public void setRenderPanelInfo(java.lang.String inInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||