Monday, November 29, 2004

Creating GUI apps: Thinlet

Instead of using the Swing API to create your graphical applications, you may consider using Thinlet, which allows you to quickly create GUI applications, separating layout in XML files and business logic in Java code - easier than using Swing.

Thinlet is a GUI toolkit in a single Java class (compressed size is less than 40 kB) which runs under Java 1.1 (browser´s default JVM) up to 1.4, Personal Java and Personal Profile.

0 Comments:

Post a Comment

<< Home