Java Swing GUI Framework [No longer maintained] 1.5
A framework to build Java Swing programs.
Featured icons are made by FatCow Web Hosting under the Creative Commons (Attribution 3.0) license.
Planned Features
- Documentation
Changelog
Application
is now a class: subclasses must define amain()
method callingApplication.launch(args)
methodAdded
isNotDefault
method inWritableConfig
to test if a tag value is different from default valueUpdated Darmo-Utils to 1.1 to fix typo in
@SubscribeEvent
annotation
If the selected lang file is not available on startup, default language will be selected (if not available either, framework will exit)
Start
class renamedGuiFramework
ApplicationRegistry.registerApplication()
now takes a class instead of an instance object
WritableConfig.registerTag()
method now registers default value correctlyWritableConfig.getTagFromName()
method now checks the names in addition to the types
Config keys can now be registered properly.
The signature for the method
Application.preInit()
has changed (parameter removed)
Some new methods in Application class
ApplicationFrame
andApplicationController
are now generic
Basic classes to make GUI applications