Reputation: 111
Apart from JDIC, does anyone know a project working towards desktop/Java integration?
Upvotes: 8
Views: 643
Reputation: 2019
Take a look at nativeswing project http://djproject.sourceforge.net/ns/
Upvotes: 0
Reputation: 11048
Most of the features of JDIC have been integrated in the JDK now (see the Desktop and SystemTray classes in the java.awt package)
The DJ Project on SourceForge keeps on developing desktop components such as a native browser for Swing:
http://djproject.sourceforge.net
Upvotes: 2