Swing issues!
hello,
In my application, I need to change the frame title fonts color.
i.e., I using one application and click OK button , I need to show "Please Wait..." in frame title. When I show "Please Wait... " in frame title, I need to display the "Please wait..." font as green.
How can change the color at that run time?.
Is any option available.
Also, How can I blinking that frame title until I retrieve that data?.
Any blinking option available in java?.
thank you.
[511 byte] By [
rameshsa] at [2007-11-26 15:55:11]

# 1
I don't know of a way to do that under Windows L&F since the frames are decorated natively. In non-native L&Fs it's possible by extending the L&F - but then that ties your app to a L&F.
But then, when was the last time you saw an app that changed its title to green and flashed at you? Probably never, because it's not a great idea. What if I'm using a green theme on my desktop, for a start? What if I'm colourblind? What if I just get pissed off by applications with bright coloured flashing text that look like they've been designed by a toddler with a box of crayons? ;o)
Use a progress bar like any sane person would.