posted 19 years ago
it's just a matter of adding the colors to PMenuBar, then a method to
return the selected color (note I changed the class to extend JMenuBar),
then adding some refences between the classes, so that when paintComponent()
is called, it gets the selected color from the menu bar
(for simplicity (mine) I combined all the classes into one jave file)