Package bibliothek.gui.dock.util.swing

Subclasses of swing-JComponents using the FontUpdater to modify their current font.

See:
          Description

Class Summary
DComponent A component whose font can be changed by a FontModifier.
DLabel A modified label which can apply a FontModifier to its original font.
DPanel A panel whose font can be changed by a FontModifier.
FontUpdater A FontUpdater wraps around a JComponent and changes the font of the component using a FontModifier.
OrientedLabel A label which draws some text, and can change the layout of the text between horizontal and vertical.
 

Enum Summary
Rotation Represents a counter-clockwise rotation of a multiple of 90 degress.
 

Package bibliothek.gui.dock.util.swing Description

Subclasses of swing-JComponents using the FontUpdater to modify their current font. Implemented such that a change of the LookAndFeel is still possible.