PorgressMonitor customization

I have implemented a porgressMonitor into some threads I am calling, and I like the functionality it gives, but I do not like the look of the dialog it uses.

How can I customize the look and feel of the progressMonitor dialog?

Specifically, I would like to do things like:

1. remove the cancel button if cancelling a task would be a bad thing

2. change the button text

3. remove the dialog borders

3. add my own icon

etc

Has anyone extended the PorgressMonitor dialog before or want to share tips?

Cheers!

Andy

[577 byte] By [dingfeldera] at [2007-10-2 4:47:06]
# 1
bump
dingfeldera at 2007-7-16 0:51:53 > top of Java-index,Desktop,Core GUI APIs...
# 2
The best way to do all this customization will be to create your own dialog and a JProgressbar to it.Regards,Adrian.
beradriana at 2007-7-16 0:51:53 > top of Java-index,Desktop,Core GUI APIs...
# 3
arggg :( PorgressMonitor does a LOT of stuff that would be silly to try and reinvent.
dingfeldera at 2007-7-16 0:51:53 > top of Java-index,Desktop,Core GUI APIs...
# 4
err... make that ProgressMonitor instead of PorgressMonitor :)
dingfeldera at 2007-7-16 0:51:53 > top of Java-index,Desktop,Core GUI APIs...
# 5
bump...still hoping for an answer a year later :)
dingfeldera at 2007-7-16 0:51:53 > top of Java-index,Desktop,Core GUI APIs...
# 6
Does anyone use progress monitors ?If so are you happy with their look and feel?For instance, I want to remove the cancel button for some instances.Or, I might want to make the barr look different by eliminating the border etc.Thoughts?
dingfeldera at 2007-7-16 0:51:54 > top of Java-index,Desktop,Core GUI APIs...