8

Apart from JDIC, does anyone know a project working towards desktop/Java integration?

Unai Vivi
  • 3,073
  • 3
  • 30
  • 46
user316186
  • 111
  • 2

2 Answers2

2

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

Emmanuel Bourg
  • 9,601
  • 3
  • 48
  • 76
0

Take a look at nativeswing project http://djproject.sourceforge.net/ns/

kostas
  • 1,959
  • 1
  • 24
  • 43