Pregunta

How do you change the width and height of a JTextField and a JPasswordField? I Googled it, but I can't find anything. Thanks for your time!

¿Fue útil?

Solución

To adjust the height, set a different font size.

To adjust the width, specify the number of columns during construction. Setting a different font size will also affect the width.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top