Results 1 to 3 of 3
Thread: setVisible(true) does not work
- 10-27-2007, 11:16 AM #1
Member
- Join Date
- Aug 2007
- Posts
- 44
- Rep Power
- 0
setVisible(true) does not work
Hi
I create a JProgressBar object and use setVisible(true) method for this object but it doesn't work. i.e. progress bar is not visible at all.
Just after this calling {setVisible(true)}, I reterive data from MS-Access database which may take time. That's why it doesn't work.
What should I do?
My source is attached here...
To run this program, you should create a .mdb file with LabUser table that has following structure:
userid Number
password Text (15)
userLevel Text (1) ; 'S'/'A'/'I'
Fill some data into this table then create a DSN (ODBC Connection) with named "gt" to connect this data and set connection object according to your JDBC knowledge.
Please tell me why ProgressBar is not work?
Thanks
Gajesh
- 10-27-2007, 11:43 AM #2
Member
- Join Date
- Aug 2007
- Posts
- 44
- Rep Power
- 0
Sorry!
Actually, I forgot attachment with my thread. Please collect it with this my replied thread...
- 10-27-2007, 07:32 PM #3
Similar Threads
-
while(true)
By ravian in forum New To JavaReplies: 7Last Post: 06-29-2011, 06:05 AM -
[SOLVED] Problem with setVisible(); on LINUX
By lepetitprince in forum AWT / SwingReplies: 9Last Post: 11-22-2008, 04:14 PM -
Synchronization Doesn't seem to work
By sherinpearl in forum Threads and SynchronizationReplies: 1Last Post: 04-23-2008, 06:30 PM -
bug (?) in ProcessBuilder.redirectErrorStream(true);
By gadasie in forum Advanced JavaReplies: 3Last Post: 03-13-2008, 09:04 AM -
how would i get this to work...?
By deeadeed in forum New To JavaReplies: 6Last Post: 12-06-2007, 02:58 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks