Thread
:
JRadioButton set object color
View Single Post
#
2
(
permalink
)
04-24-2008, 10:40 AM
Zosden
Senior Member
Join Date: Apr 2008
Posts: 354
try making an array of ints that hold the color values and then tell the paintComponent g.setColor(myArrayOfColors[i] or something along those lines.
myArray[0] = Color.GREEN; .... an so on
Zosden
View Public Profile
Send a private message to Zosden
Find all posts by Zosden