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.

Results 1 to 4 of 4

Thread: set ImageIcon position to a specific coordinates (x , y)

  1. #1
    Junior Member
    Join Date
    May 2012
    Location
    Singapore
    Posts
    13
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Question set ImageIcon position to a specific coordinates (x , y)

    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.


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: set ImageIcon position to a specific coordinates (x , y)

    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

  3. #3
    Junior Member
    Join Date
    May 2012
    Location
    Singapore
    Posts
    13
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: set ImageIcon position to a specific coordinates (x , y)

    oh.. i'm so sorry..
    will try to post at Java Theory & Questions forum..
    please delete this thread..
    thank you..

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: set ImageIcon position to a specific coordinates (x , y)

    Quote Originally Posted by nosxlimit View Post
    oh.. i'm so sorry..
    will try to post at Java Theory & Questions forum..
    please delete this thread..
    thank you..
    You misunderstood...I moved this thread from the theory and questions forum here because it is a Swing question.

Similar Threads

  1. JButton ImageIcon Composed of Multiple Images
    By Destro in forum AWT / Java Swing
    Replies: 5
    Last Post: April 30th, 2012, 11:13 AM
  2. Help with ImageIcon
    By nivangerow in forum What's Wrong With My Code?
    Replies: 18
    Last Post: August 30th, 2011, 10:39 AM
  3. ImageIcon Erratically Loading URL Image
    By aussiemcgr in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 3rd, 2011, 04:05 PM
  4. Write ascii in a specific position of the file
    By generalitico in forum File I/O & Other I/O Streams
    Replies: 5
    Last Post: November 11th, 2010, 04:40 AM