Results 1 to 5 of 5
Thread: Help me displays an image
- 10-07-2011, 11:59 AM #1
Member
- Join Date
- Oct 2011
- Posts
- 1
- Rep Power
- 0
- 10-07-2011, 04:13 PM #2
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,605
- Rep Power
- 5
Re: Help me displays an image
What have you tried? Where are you having problems? The following link might help
Java Programming Forums - How to Program (stuck on homework? READ THIS BEFORE POSTING)
- 10-07-2011, 04:44 PM #3
- Join Date
- Aug 2011
- Location
- Pretoria, South Africa
- Posts
- 27
- Blog Entries
- 4
- Rep Power
- 0
Re: Help me displays an image
I have to agree with doWhile. Forums is used to discus problems, not to do homework for other ppl. I can help you so far by only saying you will need a JFrame, set the layout to null, add a JPanel where you define the paintComponent method and paint the image on it and add a mouseClicked event to the panel, then with every click you can can move the panel inside the JForm to a new random location with the setLocation method.
- 10-07-2011, 04:50 PM #4
Moderator
- Join Date
- Jul 2010
- Location
- California
- Posts
- 1,605
- Rep Power
- 5
Re: Help me displays an image
FWIW, I would discourage using a null layout and painting the image using paintComponent might be overkill when there is both an ImageIcon and JLabel class.set the layout to null, add a JPanel where you define the paintComponent method and paint the image on it and add a mouseClicked event to the panel, then with every click you can can move the panel inside the JForm to a new random location with the setLocation method.
- 10-07-2011, 04:58 PM #5
- Join Date
- Aug 2011
- Location
- Pretoria, South Africa
- Posts
- 27
- Blog Entries
- 4
- Rep Power
- 0
Similar Threads
-
Why does this code displays an error?
By Skipito in forum New To JavaReplies: 2Last Post: 07-06-2011, 03:10 AM -
button displays image
By hopelessnoob in forum AWT / SwingReplies: 2Last Post: 03-12-2011, 03:44 PM -
Touch Displays
By Ciwan in forum New To JavaReplies: 4Last Post: 10-21-2010, 09:47 AM -
Web site Image Displays based on day of the week?
By foxdog175 in forum New To JavaReplies: 6Last Post: 04-15-2009, 12:21 AM -
Problem when displays in the terminal
By Felissa in forum Advanced JavaReplies: 2Last Post: 07-01-2007, 02:14 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks