Hello.
Is there a way to set ImageIcon position within JLabel to a specific coordinates (x, y) ?
Googled about this matter but only get how to set vertical and horizontal alignment.
Thank you.
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
Hello.
Is there a way to set ImageIcon position within JLabel to a specific coordinates (x, y) ?
Googled about this matter but only get how to set vertical and horizontal alignment.
Thank you.
Moved to a more appropriate forum.
I'm not sure of a way (doesn't mean there isn't a way), but you can use a JComponent and override the paintComponent method to draw the image to a specific location
oh.. i'm so sorry..
will try to post at Java Theory & Questions forum..
please delete this thread..
thank you..