bb.gui
Class GroupPanel.UnitTest

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

public static class GroupPanel.UnitTest
extends Object

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


Constructor Summary
GroupPanel.UnitTest()
           
 
Method Summary
private static JComponent buildButtons()
           
private static JComponent buildContents()
           
(package private) static JFrame buildGui()
           
private static JComponent buildLabels()
           
private static JComponent buildTextArea(String name)
           
private static JComponent buildTextComponents()
           
private static JTextField buildTextField()
           
static void main(String[] args)
           
private static void test_serialization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupPanel.UnitTest

public GroupPanel.UnitTest()
Method Detail

main

public static void main(String[] args)

test_serialization

private static void test_serialization()
                                throws Exception
Throws:
Exception

buildGui

static JFrame buildGui()

buildContents

private static JComponent buildContents()

buildLabels

private static JComponent buildLabels()

buildTextComponents

private static JComponent buildTextComponents()

buildTextField

private static JTextField buildTextField()

buildTextArea

private static JComponent buildTextArea(String name)

buildButtons

private static JComponent buildButtons()