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 2 of 2

Thread: Displaying a Circle on an IMage

  1. #1
    Junior Member
    Join Date
    Jan 2018
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Displaying a Circle on an IMage

    Ok I am not a Java developer but a hobbyist with perl being my forte. I have a task where I need to display a circle (or any shape) which is an 'extends' of JContainer over an IMage in a JPanel. Forget the image for now but when I display the shape on a Jframe it works; not when I display in on a JPanel. Sigh!

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Displaying a Circle on an IMage

    Can you post a small executable code that shows what you are talking about?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Can't make this circle disapear!
    By mkrage in forum What's Wrong With My Code?
    Replies: 6
    Last Post: October 27th, 2012, 03:45 PM
  2. Replies: 1
    Last Post: January 3rd, 2012, 06:28 PM
  3. Displaying an Image Problem
    By petur170 in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 23rd, 2011, 08:23 AM
  4. java (circle)
    By coder.freak in forum Member Introductions
    Replies: 3
    Last Post: March 26th, 2011, 12:01 PM
  5. Implement dragging a circle
    By jolly in forum AWT / Java Swing
    Replies: 0
    Last Post: August 19th, 2009, 02:48 PM