Package graphlab.ui.components

Interface Summary
GComponentInterface this interface provides a way to get components from xml files, all components you want to pass to UI from xml should implemented this interface, the returned component will be added to UI.
 

Class Summary
GButton This is class is the child of JButton which is using the blackboard to pass the action of itself.
GFrame this class is the extension of JFrame, which is not only a simple JFrame, it is a frame work that has all parts of an User Interface, it contains: Toolbar, Status Bar, Side Bar, Menu Bar and a Body which is the main program
GStatusBar  
GToolbar