Class LookAndFeelUtilities

java.lang.Object
bibliothek.gui.dock.support.lookandfeel.LookAndFeelUtilities

public class LookAndFeelUtilities extends Object
A set of methods that used to update the LookAndFeel of Components.
Author:
Benjamin Sigg
  • Constructor Details

    • LookAndFeelUtilities

      public LookAndFeelUtilities()
  • Method Details

    • updateUI

      public static void updateUI(Collection<Component> components)
      Updates the look and feel for all windows that can be found through the collection of components.
      Parameters:
      components - a set of known components