Do you know how can I change the appearance of jbuttons?
and how to change the appearance of borders and fonts?
Do you have sample code to send me ?
or tutorial?
thanks in advance
Printable View
Do you know how can I change the appearance of jbuttons?
and how to change the appearance of borders and fonts?
Do you have sample code to send me ?
or tutorial?
thanks in advance
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)