kiwi.ui
Class ComponentManager
java.lang.Object
|
+--kiwi.ui.ComponentManager
- public class ComponentManager
- extends Object
- implements ActionListener
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ComponentManager
public ComponentManager(JComponent container)
setFocusTraversalOrder
public void setFocusTraversalOrder(String order)
dispose
public void dispose()
actionPerformed
public void actionPerformed(ActionEvent evt)
- Specified by:
- actionPerformed in interface ActionListener