View Single Post
  #2 (permalink)  
Old 08-07-2007, 12:26 AM
elizabeth elizabeth is offline
Member
 
Join Date: Jul 2007
Posts: 40
elizabeth is on a distinguished road
For customize your JButton you can use HTML (look How to Use HTML in Swing Components (The Java™ Tutorials > Creating a GUI with JFC/Swing > Using Swing Components))
For change font use setFont method (look Font (Java 2 Platform SE 5.0))
For border look How to Use Borders (The Java™ Tutorials > Creating a GUI with JFC/Swing > Using Swing Components)
Reply With Quote