문제

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!

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top