Package bibliothek.gui.dock.util.swing

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.
Components that use this updater must call FontUpdater.enterUpdateUI() end FontUpdater.leaveUpdateUI() before and after JComponent.updateUI() is called.
Components should create an instance of this updater before they are added to any other component.