Resident renderered image after hiding
Hi,
i have a Jprogressbar on a dialog of mine, and i set it to 50, and then
i hide the dialog (step 1). The step 2 start by setting the JProgressbar
to 0, and then validate() the dialog.
When the dialog becomes visible again, the jprogressbar have for a few
time (0.5 sec) the old progress value rendered, and i don't want that.
How can i prevent the old renderered state ?
.
Relevant Pages
- JProgressBar .... need assistance please..
... I'm playing with the idea of showing a JProgressBar in a small App' I trying ... I want to display the progress of an array being populated....however I cant ... ActionListener act = new ActionListener{ ... (comp.lang.java.programmer) - JProgressBar... need assiatance please
... I'm playing with the idea of showing a JProgressBar in a small App' I trying ... I want to display the progress of an array being populated....however I cant ... ActionListener act = new ActionListener{ ... (comp.lang.java.help) - JProgressBar - Determinate Works, Indeterminate Does Not
... Below is my code for the TableCellRenderer (which is a JProgressBar). ... bar is updated to match the progress for that specifici process. ... * java.lang.Object, boolean, boolean, int, int) ... (comp.lang.java.gui) - progress bar with windows look and feel
... Using winMe with jdk1.4, and with default java look and feel, my application ... displayed in windows look and feel, however, my JProgressBar has a problem. ... It pops up but does not show progress, and then closes when the file has ... in java default laf but not in windows laf. ... (comp.lang.java.programmer) - Updating a Single Progress Bar
... items waiting to be processed. ... TableCellRenderer (which I did - it impelements TableCellRenderer AND ... extends JProgressBar) and I need to add the renderer to the specific ... The progress of processing is ... (comp.lang.java.gui) |
|