UiBooster Versions Save

🚀 Creates fast and easy dialogs for utility tools

1.20.1

5 months ago

Fixes

  • Button in the form has no default theme settings if the background or foreground are not set

1.20.0

5 months ago

New

  • Button and Progress are accessible from FormElements (#100)
  • Custom colors for buttons (includes access methods to change the colors on runtime) (#104)
  • The Button action is now implementable by ButtonClickListener and allows access to the element and form (see)
  • The ListFormElement is now able to remove items from list (#102)
  • ProgressElement is now able to change the minimum and maximum value (#101)
  • Tooltips for FormElements

Changes

  • flatlaf updated to 3.2.5

1.19.1

1 year ago

New

  • Adds size options to html text area to define the preferred dimension

1.19.0

1 year ago

New

  • Parameter for initial values for checkbox-selections added to form API
  • Now, a form can get an initialize listener, which is called after the creation of the form
new UiBooster().createForm("some form")
           .addText("Some text here ... ", ".......")
           .setInitListener(f -> System.out.println("This only called once"))
           .show();

1.18.0

1 year ago

New

  • HTML rendered text (uses the included Java Swing implementation which supports HTML 3.2)

Changes

  • flatlaf updated from 3.0 to 3.1
  • colorpicker updated from 1.4.4 to 1.4.5

1.17.0

1 year ago

New

  • Text areas as like as for exceptions (#85)

Changes

  • Message in ExceptionDialog is editable (#84)

1.16.1

1 year ago

Changes

  • Library for the color picker component upadated
  • Library for flatlaf upadated

1.16.0

1 year ago

New

  • Adds margin option to form and form elements (#78)

Fixes

  • disable option for elements is not properly working with startRow()/endRow()

1.15.2

1 year ago

Fixes

  • The selected font will not correct returned by the form

1.15.1

1 year ago

Fixes

  • Update colorpicker lib to verison 1.4.3 to fix an issue with the slider