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

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -