View Single Post
Old Dec 5th, 2005, 6:55 PM   #3
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 928
Rep Power: 4 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
If you are extending JButton, you can use the setFont(Font f) method, for example:
setFont(new Font("Helvetica", Font.PLAIN, 24))
titaniumdecoy is offline   Reply With Quote