I have been looking around for tutorials on Java MVC concept and Swing framework. But, unfortunately, the ones I found aren't understandable . I want something to follow. Please help.
Thanks,
The Java Tuturials (separated into "trails") are usually a good introduction to any Java API or concept: http://download.oracle.com/javase/tutorial/uiswing/
As for MVC, you'll probably get the hang of that concept by checking the Swing examples and using the API properly. But this seems like a decent enough overview: http://www.oracle.com/technetwork/articles/javase/mvc-136693.html
MVC is not a difficult concept. Focus on using the Swing classes in the appropriate manner as described in the tutorials and by reading sample code.
精彩评论