Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Java Swing GUI Framework 1.5

Latest

Choose a tag to compare

@DamiaV DamiaV released this 16 May 12:16
· 1 commit to master since this release

Features

  • Application is now a class: subclasses must define a main() method calling Application.launch(args) method
  • Added isNotDefault method in WritableConfig to test if a tag value is different from default value
    Fixes
  • Updated Darmo-Utils to 1.1 to fix typo in @SubscribeEvent annotation