Posted By:
Robert_Lybarger
Posted On:
Tuesday, June 13, 2006 07:23 AM
For the first question, you should be able to subclass the button and override the paint() method to provide custom graphics. I might suggest a google search for something like "java custom components" to get a better idea, as you'll likely need to do more than just override that one method.