MVC « Thread « Java Swing Q&A





1. Proper way to start Java Swing desktop application    stackoverflow.com

What is the proper way to start the application that needs 5-10 seconds to retrieve initial data from the database? This is what I got so far but I am not ...

2. Swings, Threads, MVC: plz clarify    coderanch.com

Hi Ranchers, Sorry for starting another thread: I need to do lots of refactoring. Before I do so, was wondering if any of the Ranchers would be kind enough to provide feedback... I have a singleton thread doing lots of changes to a treeModel & tableModel. I learnt that I was violating single thread rule of Swings after posting here: JavaRanch ...