Package org.optaplanner.swing.impl
Class SwingUtils
- java.lang.Object
 - 
- org.optaplanner.swing.impl.SwingUtils
 
 
- 
public class SwingUtils extends Object
 
- 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static voidconfigureLookAndFeel(String lookAndFeelName)protected static voidconfigureNimbusToTangoColors()static voidfixateLookAndFeel()static voidincreaseDefaultFont(float multiplier)static JButtonmakeSmallButton(JButton button) 
 - 
 
- 
- 
Method Detail
- 
fixateLookAndFeel
public static void fixateLookAndFeel()
 
- 
configureNimbusToTangoColors
protected static void configureNimbusToTangoColors()
 
- 
configureLookAndFeel
protected static void configureLookAndFeel(String lookAndFeelName)
 
- 
increaseDefaultFont
public static void increaseDefaultFont(float multiplier)
 
 - 
 
 -