UI
Class BinXApplication
java.lang.Object
UI.BinXApplication
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.ItemListener
- public class BinXApplication
- extends java.lang.Object
- implements java.awt.event.ActionListener, java.awt.event.ItemListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_AppFrame
public javax.swing.JFrame m_AppFrame
m_DataSet
public DataSet m_DataSet
vizMgr
public VizPanelMgr vizMgr
BinXApplication
public BinXApplication()
createMenuBar
public javax.swing.JMenuBar createMenuBar()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
itemStateChanged
public void itemStateChanged(java.awt.event.ItemEvent e)
- Specified by:
itemStateChanged
in interface java.awt.event.ItemListener
main
public static void main(java.lang.String[] args)