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 void
configureLookAndFeel(String lookAndFeelName)
protected static void
configureNimbusToTangoColors()
static void
fixateLookAndFeel()
static void
increaseDefaultFont(float multiplier)
static JButton
makeSmallButton(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)
-
-