My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Project Information
Members

PureJ UI

Home | ReleaseNotes | Downloads | License

Features

PureJ UI provides some simple base-classes for building Java Swing applications.

  • Save and restore UI/application settings to and from user.home
  • Handle background tasks including status bar and terminations
  • Other commonly used utilities

Requisites

  • Java 1.6+
  • JGoodies Forms 1.7

Maven users just need to add the following dependency:

  <dependency>
    <groupId>com.purej</groupId>
    <artifactId>purej-ui</artifactId>
    <version>1.0</version>
  </dependency>
Powered by Google Project Hosting