For changing the color ... button.setForegroundColor(Color.red);
For changing the font ... button.setFont("Verdana");
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
// GUI Buttons
JButton ifButton , ifElseButton , switchButton , whileButton , doWhileButton , forButton, clearArea;
JTextArea output;
JLabel statusBar
ifButton.setForegroundColor(Color.red);
ifButton.setBackgroundColor(Color.black);
ifButton.setFont("Verdana");
Other buttons are likewise. If you have problems now ... post again.
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
I guess you didn't notice that the post was from August 2004?
I very much doubt that the OP is still waiting for an answer.
JamesCherrill
Posting Genius
6,339 posts since Apr 2008
Reputation Points: 2,130
Solved Threads: 1,071