Re: JTextField update ?

2001-11-19 Thread Christian Pesch
[EMAIL PROTECTED] schrieb: While debugging the application with JBuilder the invokeLater block is only called once out of the main loop reporting the final totals. Then a) you only call it once b) another Thread blocks the AWT-Eventqueue Short descriptrion of the JPanel Runnable

Re: JTextField update ?

2001-11-19 Thread wdw
I tried your solution for my problem but no success. While debugging the application with JBuilder the invokeLater block is only called once out of the main loop reporting the final totals. Short descriptrion of the JPanel Runnable application: - contructor add's a number of JTextField to the

RE: JTextField update ?

2001-11-16 Thread Pepelis, Aaron
Title: RE: JTextField update ? updateUI();? rev aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 9:08 AM To: [EMAIL PROTECTED] Subject: Re: JTextField update ? Sorry, the pack(); doesn't work (the JPanel is still

Re: JTextField update ?

2001-11-16 Thread Christian Pesch
[EMAIL PROTECTED] schrieb: In wrote a Java 2 application (in fact a JPanel) collection some info from CD's (title, path, zippath, filename) and record this info into a MS Access database. No problem ... Afterwards I changed the application by adding some feedback (nb dirs/files) by adding

JTextField update ?

2001-11-15 Thread wdw
In wrote a Java 2 application (in fact a JPanel) collection some info from CD's (title, path, zippath, filename) and record this info into a MS Access database. No problem ... Afterwards I changed the application by adding some feedback (nb dirs/files) by adding a Thread try {