Manually position JComponent inside JPanel

Posted by oletus on Stack Overflow See other posts from Stack Overflow or by oletus
Published on 2010-05-12T16:38:04Z Indexed on 2010/05/12 16:44 UTC
Read the original article Hit count: 131

Filed under:
|
|

I want to programmatically move my JLabel to a specific location inside my JPanel. I have tried setLocation(int x, int y), but it doesn't work. I am trying to not use any layout manager.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing