Public Member Functions | |
| WhitePanel () | |
| The constructor sets the border insets to zero. | |
| void | paintComponent (java.awt.Graphics graphics) |
| I’m not quite sure I’ve got this right. | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
It’s used by EntryLabel to make sure the background colour of the entry part of the DisplayPanel is always white.
| jscicalc.WhitePanel.WhitePanel | ( | ) |
The constructor sets the border insets to zero.
| void jscicalc.WhitePanel.paintComponent | ( | java.awt.Graphics | graphics | ) |
I’m not quite sure I’ve got this right.
I’m trying to make sure the background is always white: probably even that should be replaced by a specified colour stored in CalculatorApplet.
| graphics | The graphics context required. |
final long jscicalc.WhitePanel.serialVersionUID = 1L [static, private] |
1.5.5