org.proteinshader.gui
Class ProteinShader

java.lang.Object
  extended by org.proteinshader.gui.ProteinShader

public class ProteinShader
extends Object

Opens the main GUI window for the ProteinShader program.


Constructor Summary
ProteinShader()
           
 
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
 

Constructor Detail

ProteinShader

public ProteinShader()
Method Detail

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