Package cage.ui

Interface Summary
TextContainer TextContainer is an interface for GUI components which provides the ability to control text displayed in component.
 

Class Summary
GUIFactory  
Overlay An overlay is simply a grouping of standard Java gui components which can be added over a scene rendered in CAGE.
Overlay.NamedPanel A wrapper for AWT Panel which has a name associated with it.
TextContainer.CageLabel A JLabel that has been blessed by the type gods as a TextContainer.
TextContainer.CageScrollText A ScrollPane with wrapper methods to provided access to whatever JTextArea it is holding.