bb.gui
Class LinePanel.UnitTest
java.lang.Object
bb.gui.LinePanel.UnitTest
- Enclosing class:
- LinePanel
public static class LinePanel.UnitTest
- extends Object
See the Overview page of the project's javadocs for a general description of this unit test class.
Constructor Summary |
private |
LinePanel.UnitTest()
This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinePanel.UnitTest
private LinePanel.UnitTest()
- This sole private constructor suppresses the default (public) constructor, ensuring non-instantiability outside of this class.
main
public static void main(String[] args)
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)
buildSplitPane
private static JComponent buildSplitPane()
buildButtons
private static JComponent buildButtons()
test_serialization
private static void test_serialization()
throws Exception
- Throws:
Exception