posted 24 years ago
What do you mean when you say change the JFrame color? The title bar color or the background color?
There's a method (inherited from Component), setBackground() to change the background color. I don't know if it's possible to change the title bar color (I think that's a Windows thing) as is the blinking.
This might not be of any use, but once when writing a VB application, I noticed that the minimized app in the task bar started blinking when the program received some information. That must be a Windows thing, but maybe it's possible to write some code that would make Windows make it blink.