How to resize controls at runtime in java

Posted by user1349213 on Stack Overflow See other posts from Stack Overflow or by user1349213
Published on 2012-07-08T21:11:05Z Indexed on 2012/07/08 21:15 UTC
Read the original article Hit count: 217

Filed under:
|
|
|

Is there a way to resize a control, a JTextfield for example, at runtime in java? I want my textfield to have the resize cursors (just like when you point your cursor on the corner of a window) and will be able to resize on runtime. Ive read on the internet that vb6 and C# have those capabilities, is there anything for java? A sample code or a link to a good tutorial will be very much appreciated. Thank you.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing