handle « Thread « Java Swing Q&A





1. How can I catch AWT thread exceptions in Java?    stackoverflow.com

We'd like a trace in our application logs of these exceptions - by default Java just outputs them to the console.

2. Swing Thread handling    forums.oracle.com

Dear all, The question is as the follow: Condition Class A purpose: Get Data from SQL server 2000 e.g. SQLDB transaction = new SQLDB(); transaction.getData(); Now, I would like to handle the transaction time in order to show that it is processing with Swing component: JLabel, JButton and JFrame. How to write a swing program? Please help me or give me ...