tags:

views:

247

answers:

4

I'd like to see how the code is organized and how the various GUI design patterns are applied. Anything Java and in desktop gui style is fine: GWT, Swing, SWT. Thanks.

+2  A: 

Azureus

Maxime ARNSTAMM
+3  A: 

Those are some I can remember.

OscarRyz
+1  A: 

I was a huge fan of the work done for Aerith. It uses Swing and Java 2D.

justkt
+1  A: 

Have a look at projects on SourceForge.net that is using Java, there is many. I.e. JBoss, Hibernate and jEdit.

Jonas
But are JBoss and Hibernate desktop applications? I thought the first was a Java EE application server and the second a JPA implementation. jEdit looks useful, though.
justkt
@justkt: Sorry, I didn't see that is was only dektop. Well **jEdit** should be OK.
Jonas