Small new problem. In the 'taskExecuted' method of my TaskListener, I want
to 'reset' the components in my statusbar:

activityIndicator.setActive(false);
activityLabel.setText("Ready");
activityLabel.repaint();
activityMeter.setPercentage(0.5);
activityMeter.repaint();

This works perfectly for the meter and the indicator, but not for the label
(which only changes when I move or resize the window). I also tried the
repaint(boolean) method to no avail.

Regards

-- 
Mathias Versichele
Bio-ir milieutechnologie / Msc. geografie
Oudburgstraat 16
9240 Zele
0485/16.07.08

Reply via email to