CalculatorPanel that gets shown if you are in stat mode. More...

Public Member Functions | |
| StatPanel (CalculatorApplet applet, SpecialButtonType sbt, java.awt.Color colour) | |
| Constructor. | |
Protected Member Functions | |
| void | setButtons () |
| Defines all the standard buttons for this panel. | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
CalculatorPanel that gets shown if you are in stat mode.
Currently identical to PlainPanel because the changes to memory buttons are handled through special buttons installed by CalculatorPanel.
| jscicalc.StatPanel.StatPanel | ( | CalculatorApplet | applet, | |
| SpecialButtonType | sbt, | |||
| java.awt.Color | colour | |||
| ) |
Constructor.
See CalculatorPanel.createCalculatorPanel() to see what this does.
| applet | The CalculatorApplet object needed for the buttons and DisplayPanel | |
| sbt | Used to identify what to construct | |
| colour | What colour should the panel background be? |
References jscicalc.CalculatorPanel.colour.
| void jscicalc.StatPanel.setButtons | ( | ) | [protected, virtual] |
Defines all the standard buttons for this panel.
This is where you add new functions or change which button is associated with each function.
Reimplemented from jscicalc.PlainPanel.
final long jscicalc.StatPanel.serialVersionUID = 1L [static, private] |
Reimplemented from jscicalc.PlainPanel.
1.7.1