posted 19 years ago
Hi, i have a splash window that pops up when the program loads... and in the background i have the JFrame of the actual application...
what i want to do is, while the splash screen is active i want the JFrame to be dimmed.... How can i do this? I looked at the JFrame member functions and the ones it inherits and havent found anything...
Thanks..