|
-
Mar 25th, 2005, 01:37 PM
#3
Thread Starter
Dazed Member
Re: Java - JLabel/JTextField Combo
Posted by System_Error
I'm not sure I understand what's happening...Is it the text is set to whatever style the label is?
If you use either of the two following constructors it is. public LabelTextCombo(String jltext), public LabelTextCombo(String jltext, int jtfsize) or if you specify the same font for both the JLabel and JTextField when calling the following constructor. public LabelTextCombo(String jltext, Font jlfont, Font jtffont, int jtfsize)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|