|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| AAJButton | Object of this class represents a JButton
that has font anti-aliasing enabled in the graphics context
when rendering this component. |
| AAJLabel | Object of this class represents a JLabel
that has font anti-aliasing enabled in the graphics context
when rendering this component. |
| AAJOptionPane | Object of this class represents a JOptionPane
that has font anti-aliasing enabled in the graphics context
when rendering this component. |
| AAJPanel | Object of this class represents a JPanel
that has font anti-aliasing enabled in the graphics context
when rendering this component. |
| AAJTextField | Object of this class represents a JTextField
that has font anti-aliasing enabled in the graphics context
when rendering this component. |
Contains base GUI component classes that add font anti-aliasing, which makes
the text in these components look smoother and appealing to the eye. Every class
in this package extends one of the swing component classes and overrides its
paint(Graphics g) method. The "intercepted" graphics context is
used to enable font anti-aliasing and passed to the super.paint(Graphics g)
method. No other functionality should be added to components in this package.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||