aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Possible to modify looks and fonts of button? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Possible to modify looks and fonts of button?" Watch "Possible to modify looks and fonts of button?" New topic
Author

Possible to modify looks and fonts of button?

Stephen Wei
Ranch Hand

Joined: Oct 09, 2001
Posts: 73
Hi, is it possible to modify the size and font of a button (with out modifying other parts of the frame or page) at all?
Thanks
------------------
Sun Certified Programmer for Java Platform


Sun Certified Programmer for Java Platform
A1ien51 CNEUFOs
Greenhorn

Joined: Nov 05, 2001
Posts: 16
yeppers it can be done
<input type="button" name="button" value="Hi" style="color:blue;fontFamily:Arial;width:40px;">
play around with that
A1ien51
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Possible to modify looks and fonts of button?
 
Similar Threads
Editable cells in a JTable
JDialog
Updating windows registry variables using Java program
great "duplicate button press" trouble on jsf 1.1
Application into an Applet