org.proteinshader.gui
Class ProteinShader
java.lang.Object
org.proteinshader.gui.ProteinShader
public class ProteinShader
- extends Object
Opens the main GUI window for the ProteinShader program.
Method Summary |
static void |
main(String[] args)
Creates an instance of the ProteinShaderGUI and sets it visible. |
static void |
openControlPanel()
Opens the retractable control panel on the right side of the ProteinShader
GUI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProteinShader
public ProteinShader()
main
public static void main(String[] args)
- Creates an instance of the ProteinShaderGUI and sets it visible.
- Parameters:
args
- command line args are not used by this program.
openControlPanel
public static void openControlPanel()
- Opens the retractable control panel on the right side of the ProteinShader
GUI. If the GUI has not been created yet, this method has no effect (it
will not crash the program with a null-pointer exception).
Copyright © 2007-2008