+ 1
Is it possible to recurse a color function in java swing?
say, you have a panel on you frame and you want the color of that particular panel change as long as the frame is active, so is it possible to recurse a Color function in java swing..
2 Respostas
0
Yes make a method which will change the color each second for example and just increment the color
0
how do i do that?, please care to demostrate..