Skip to content

Releases: parubok/swing-fx-properties

v1.25

04 Jan 19:59
Compare
Choose a tag to compare
  • Add ObjectProperty<E> selectedValueProperty(JList<E> list).
  • Add IntegerProperty selectedIndexProperty(JList<?> list).

v1.24

03 Nov 11:13
Compare
Choose a tag to compare
  • Add ReadOnlyStringProperty selectionProperty(JTextComponent textComponent).

v1.23

05 Apr 05:47
Compare
Choose a tag to compare
  • Javadoc is available on javadoc.io
  • Add ObjectProperty<Font> fontProperty(JComponent component).
  • Add ObjectProperty<Icon> iconProperty(AbstractButton button).

v1.21

14 Nov 19:42
Compare
Choose a tag to compare

Add SwingPropertySupport.selectedIndexProperty(JComboBox<?> comboBox)

v1.20

12 Nov 20:20
Compare
Choose a tag to compare
  • Add SwingPropertySupport.textProperty(AbstractButton button).

v1.19

28 Oct 12:43
Compare
Choose a tag to compare
  • Minor code improvements.
  • Fix bug in TabbedPaneSelectedIndexPropertyImpl class.
  • Add SwingPropertySupport.rowCountProperty(JTable table).

v1.18

23 Jul 10:55
Compare
Choose a tag to compare
  • Add Automatic-Module-Name: io.github.parubok.fxprops.
  • Add SwingPropertySupport.selectionRowsProperty(JTree tree).

v1.17

08 Jul 16:32
Compare
Choose a tag to compare
  • Add SwingPropertySupport.modelRowCountProperty(TableModel tableModel).
  • Add SwingPropertySupport.selectedIndexProperty(JTabbedPane tabbedPane).

v1.16

02 Jul 07:29
Compare
Choose a tag to compare

Warning: This release breaks backward compatibility (package names) because of the changes required to publish a library on Maven Central.

  • Change Maven groupId to io.github.parubok and prefix packages with io.github.parubok.
  • Maven Central release.

v1.15

22 Jul 04:57
Compare
Choose a tag to compare

Fixed maven-publish.yml to publish into GitHub Packages.