Class EtGuiUtils
java.lang.Object
gg.xp.xivsupport.events.triggers.easytriggers.gui.EtGuiUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic JButton
compactButton
(String label, Runnable action) static JButton
compactButton
(String label, Runnable action, @Nullable BooleanSupplier enabledWhen) static JButton
smallButton
(String label, Runnable action) static JButton
smallButton
(String label, Runnable action, @Nullable BooleanSupplier enabledWhen)
-
Method Details
-
smallButton
-
smallButton
public static JButton smallButton(String label, Runnable action, @Nullable @Nullable BooleanSupplier enabledWhen) -
compactButton
-
compactButton
public static JButton compactButton(String label, Runnable action, @Nullable @Nullable BooleanSupplier enabledWhen)
-