| javax.swing.JPanel test.check.NumberedPanel
NumberedPanel | public class NumberedPanel extends JPanel (Code) | | A simple panel that paints the current time on itself.
author: Kirill Grouchnikov |
Inner Class :protected static class ColoredNumberedPanel extends JPanel | |
Constructor Summary | |
public | NumberedPanel(int number) Creates a new panel. |
NumberedPanel | public NumberedPanel(int number)(Code) | | Creates a new panel.
Parameters: number - Panel ID number. |
|
|