java - Scale all components to a certain size in swing -
is somehow possible scale jtextfields size without making custom class?
i don´t want replace elements in form
when create text fields should use constructor specifies number of characters want displayed @ 1 time. example:
jtextfield textfield = new jtextfield(10);
then minimum of 10 characters displayed @ 1 time.
Comments
Post a Comment