jscicalc.WhitePanel Class Reference

This class creates a JPanel whose background is always white. More...

List of all members.

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


Detailed Description

This class creates a JPanel whose background is always white.

It’s used by EntryLabel to make sure the background colour of the entry part of the DisplayPanel is always white.

Author:
J. D. Lamb
Version:
Revision
1.6

Constructor & Destructor Documentation

jscicalc.WhitePanel.WhitePanel (  ) 

The constructor sets the border insets to zero.


Member Function Documentation

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.

Parameters:
graphics The graphics context required.


Member Data Documentation

final long jscicalc.WhitePanel.serialVersionUID = 1L [static, private]


The documentation for this class was generated from the following file:

Generated on Sun Jun 1 08:57:47 2008 for Java Scientific Calculator by  doxygen 1.5.5