Skip to content

azzibom/swing-ext

Repository files navigation

swing-ext

Util projects for extend Java Swing/AWT.

  • entity-table-model - JTable table model on annotations, for mapping entity classes to a table;
  • selection-table-model - decorator of the JTable table model, for selecting rows with checkboxes;
  • gui-iadapters - Swing/AWT listener adapters based default methods Java8;
  • swing-localizer - Localization standard Java Swing components
  • string-cell-renderer - Swing *CellRenderer implementation for convert entity to string for JTable and JList and/or JComboBox

License

This project is licensed under the MIT License - see the LICENSE file for details