Uses of Package
gui

Packages that use gui
file The file package does not at this time have a clearcut purpose. 
gui The gui package consists of several classes that capture useful graphical user interface functionality whose implementation is complicated or requires detailed knowledge of swing that most people would rather not know. 
gui.multisource The gui.multisource package implements a text display component that can display text from multiple sources and show a color bar that indicates the source of each part of the text. 
mvc The mvc package is an attempt to define generic model, view, and controller classes. 
 

Classes in gui used by file
GriddedPanel
          A GriddedPanel lays out the subcomponents that are added to it on a grid.
 

Classes in gui used by gui
ImageType
           
NamedViewable
          A NamedViewable implements both the Named interface and the Viewable interface.
Viewable
          A Viewable is an object that can supply a component for viewing.
WrapMethod
          This class is experimental - it may be of little use.
 

Classes in gui used by gui.multisource
Viewable
          A Viewable is an object that can supply a component for viewing.
 

Classes in gui used by mvc
NamedViewable
          A NamedViewable implements both the Named interface and the Viewable interface.
Viewable
          A Viewable is an object that can supply a component for viewing.
WrapMethod
          This class is experimental - it may be of little use.