bb.gui
Class JPanel2.UnitTest

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

public static class JPanel2.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 JPanel2.UnitTest.PopupMenuLabeled
           
 
Constructor Summary
private JPanel2.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 buildJPanel()
           
private static JComponent buildJPanel2()
           
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

JPanel2.UnitTest

private JPanel2.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()

buildJPanel

private static JComponent buildJPanel()

buildJPanel2

private static JComponent buildJPanel2()