Class LookAndFeelUtilities
java.lang.Object
bibliothek.gui.dock.support.lookandfeel.LookAndFeelUtilities
A set of methods that used to update the
LookAndFeel of Components.- Author:
- Benjamin Sigg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidupdateUI(Collection<Component> components) Updates the look and feel for all windows that can be found through the collection of components.
-
Constructor Details
-
LookAndFeelUtilities
public LookAndFeelUtilities()
-
-
Method Details
-
updateUI
Updates the look and feel for all windows that can be found through the collection of components.- Parameters:
components- a set of known components
-