stsci.sky
Class LookFeelChanger

java.lang.Object
  |
  +--stsci.sky.LookFeelChanger
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class LookFeelChanger
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  javax.swing.JMenu lfs
           
protected static LookFeelChanger theLFChanger
           
 
Constructor Summary
protected LookFeelChanger()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
static javax.swing.JMenu getMenu()
           
protected static void makeMenu()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theLFChanger

protected static LookFeelChanger theLFChanger

lfs

protected javax.swing.JMenu lfs
Constructor Detail

LookFeelChanger

protected LookFeelChanger()
Method Detail

getMenu

public static javax.swing.JMenu getMenu()

makeMenu

protected static void makeMenu()

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener