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)