views:

26

answers:

1

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.

A: 

See the following article:

http://java.dzone.com/news/jsr-296-end-jframe

Jon