Java desktop frameworks
I am aware that there is a lot of framework for Java web apps, but I am surp开发者_开发知识库rised is there is any MVC framework for desktop apps in java other than Swing and AWT?
I can also recommend the NetBeans Platform, a RCP on top of Swing.
http://netbeans.org/features/platform/index.html
http://netbeans.org/features/platform/showcase.html
SWT aka Eclipse RCP (http://www.eclipse.org/home/categories/rcp.php) is a good alternative to have a look at.
精彩评论