Uses of Class
bb.gui.LinePanel

Packages that use LinePanel
bb.gui Provides classes and interfaces for GUI applications. 
 

Uses of LinePanel in bb.gui
 

Methods in bb.gui that return LinePanel
static LinePanel ComponentUtil.label(String labelText, Component component)
          "Labels" component.
static LinePanel LinePanel.makeHorizontal()
          Returns a new LinePanel with a horizontal GroupLayout layout manager and a double buffer.
static LinePanel LinePanel.makeVertical()
          Returns a new LinePanel with a vertical GroupLayout layout manager and a double buffer.