Class ButtonColorSet

java.lang.Object
net.thevpc.nuts.installer.model.ButtonColorSet

public class ButtonColorSet extends Object
  • Field Details

    • background

      public final Color background
    • foreground

      public final Color foreground
  • Constructor Details

    • ButtonColorSet

      public ButtonColorSet(Color background, Color foreground)