Equivalent to JDIC?
Apart from JDIC, 开发者_JAVA百科does anyone know a project working towards desktop/Java integration?
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
Take a look at nativeswing project http://djproject.sourceforge.net/ns/
精彩评论