Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Progress bar and sql query

807588Jul 14 2009 — edited Jul 14 2009
Hi, first of all excuse my English.
I have a problem that I can not solve, i implement a indeterminate progress bar for a sql query but not shown until you have completed method. I tested threads and swingworker but can't make it work.
The pseudocode would be:
@Action
public void Find() {
    progressbar.setVisible(true);
    ... query ...
}
If anyone has a solution would be very grateful.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2009
Added on Jul 14 2009
11 comments
1,127 views