com.isti.jplotresp
Class CmdLnPlotter.SetupLookAndFeel

java.lang.Object
  extended by com.isti.jplotresp.CmdLnPlotter.SetupLookAndFeel
Enclosing class:
CmdLnPlotter

protected class CmdLnPlotter.SetupLookAndFeel
extends java.lang.Object

Class SetupLookAndFeel has a constructor that sets up the "look & feel" for the applet. Creating an object of this class at the top of a class definition causes all objects created afterward to have to desired "look & feel". (Putting the 'UIManager.setLookAndFeel()' call into a 'static' block only works the first time an applet is started in a given browser.)


Constructor Summary
CmdLnPlotter.SetupLookAndFeel()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CmdLnPlotter.SetupLookAndFeel

public CmdLnPlotter.SetupLookAndFeel()