bb.gui
Class JLabel2.UnitTest

java.lang.Object
  extended by bb.gui.JLabel2.UnitTest
Enclosing class:
JLabel2

public static class JLabel2.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Nested Class Summary
private static class JLabel2.UnitTest.PopupMenuLabeled
           
 
Constructor Summary
private JLabel2.UnitTest()
          This private constructor suppresses the default (public) constructor, ensuring non-instantiability.
 
Method Summary
private static void buildGui()
           
private static JComponent buildItems()
           
private static JComponent buildJLabel()
           
private static JComponent buildJLabel2()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLabel2.UnitTest

private JLabel2.UnitTest()
This private constructor suppresses the default (public) constructor, ensuring non-instantiability.

Method Detail

main

public static void main(String[] args)

buildGui

private static void buildGui()

buildItems

private static JComponent buildItems()

buildJLabel

private static JComponent buildJLabel()

buildJLabel2

private static JComponent buildJLabel2()