1
vote
1answer
114 views

Creating a Java Desktop UI which can be understood by Eclipse and Netbeans

Netbeans recently dropped support for Swing based Java Desktop Applications from version 7.1 onwards. Till that point I had always imagined that creation of Java Application User Interfaces would be ...
2
votes
1answer
141 views

Is there an easy way to develop with Swing Application Framework (JSR 296) AND Jython?

I'm learning Jython. I developed a simple Swing Application with Jython and it's ok. Now I would to use the Swing Application Framework (JSR 296). I did not find any example in Internet.