swing-extensions

Java Swing extensions

This project is maintained by jonestimd

travis-ci.org   Coverage via Codecov

swing-extensions

Custom components for Java Swing.

Java Docs

Maven Dependency

  <dependency>
    <groupId>io.github.jonestimd</groupId>
    <artifactId>swing-extensions</artifactId>
    <version>1.4.0</version>
  </dependency>

Custom Components

Date field with calendar popup

DateField

Multi-select field

MultiSelectField

Bean list combo box

empty BeanListComboBox

editable BeanListComboBox

Validated panel

ValidatedPanel

Table Extensions