com.monkeycoder.monkeyfractal.gui
Class HelpAboutWindow

java.lang.Object
  extended by com.monkeycoder.monkeyfractal.gui.HelpAboutWindow

public class HelpAboutWindow
extends java.lang.Object

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.

Author:
David Stephens

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

HelpAboutWindow

public HelpAboutWindow(javax.swing.JFrame inParentFrame)
Creates and configures a new HelpAboutWindow. Note that the window is constructed but not displayed.

Parameters:
inParentFrame - The parent of this dialog.
Method Detail

show

public void show()
Displays the HelpAboutWindow.


setFractalPluginInfo

public void setFractalPluginInfo(java.lang.String inInfo)

setRenderPanelInfo

public void setRenderPanelInfo(java.lang.String inInfo)