Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 I've set an image into the ImagePanel. What command can I use to change the image in the ImagePanel?
Index -> Programming, Java -> Java Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
tianxiao




PostPosted: Thu Jun 17, 2010 10:31 am   Post subject: I've set an image into the ImagePanel. What command can I use to change the image in the ImagePanel?

static ImagePanel colourPanel = new ImagePanel (new ImageIcon ("rave.jpg").getImage ());

else if (e.getSource () == btnHit)

I want to change the image in the ImagePanel to apple.jpg

how can I change it?
and I know there's a lot of code involved to make an imagePanel. I have those codes in other files that I don't quite get.... My teacher just kinda gave it to me. So this is the only code referrin to ImagePanel in my program. I'm guessin somehow it's gettin the info from the other programs? so I'm not sure right now how to change the image in MY program. setIcon and setImage and paint didn't seem to work. I did colourPanel.setIcon or .setImage or .paint (apple.jpg) but none seemed to work.... any ideas?
Sponsor
Sponsor
Sponsor
sponsor
Barbarrosa




PostPosted: Sun Jun 20, 2010 9:44 pm   Post subject: Re: I've set an image into the ImagePanel. What command can I use to change the image in the ImagePanel?

http://lmgtfy.com/?q=jpg+in+jpanel

The top result gives you a simple piece of code that sets up a JFrame with a JPEG image in a JPanel.

There's a method for changing the image your ImagePanel displays, but it may involve changing the ImagePanel's code or somehow accessing one of its children components.

If you're able to do that, follow the link and read the code carefully. Note what's added to what.

Otherwise, you need to explain more.
Display posts from previous:   
   Index -> Programming, Java -> Java Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: