Thread
:
drawString size?
View Single Post
Dec 6th, 2005, 7:35 PM
#
7
titaniumdecoy
Expert Programmer
Join Date: Nov 2005
Posts: 928
Rep Power:
4
If what you want is a button that is simply a color background with a border and text, all you need to do is add the code:
(
Toggle Plain Text
)
setBackground(Color.white); setBorder(BorderFactory.createLineBorder (Color.black, 1));
setBackground(Color.white); setBorder(BorderFactory.createLineBorder (Color.black, 1));
titaniumdecoy
View Public Profile
Visit titaniumdecoy's homepage!
Find More Posts by titaniumdecoy