Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Java Help > Re: images and ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 15 Topic 16051 of 16085
Post > Topic >>

Re: images and jar file craziness

by Lew <lew@[EMAIL PROTECTED] > May 5, 2008 at 11:45 PM

Redbeard wrote:
> I've got an app that uses images that will be used with a
> JToggleButton.  I started out with
> Icon myIcon = new ImageIcon("images\\myImage.jpg");

Use forward slashes, and newImageIcon( getClass().getResource( 
"images/myImage.jpg" ));

> I've also tried
> getClass().getResource() and the jar file won't even open

What do you mean the "jar [sic] file won't open"?  Are you trying to open
the 
JAR file?  You should be opening the image file.

You say you're using the method, but you don't show us *how* you're using
it. 
   The problem is in how you're using the method.

To give help, we must have enough information.
<http://sscce.org/>

-- 
Lew




 15 Posts in Topic:
images and jar file craziness
Redbeard <tom.cowdery@  2008-05-05 20:01:07 
Re: images and jar file craziness
Lew <lew@[EMAIL PROTEC  2008-05-05 23:45:53 
Re: images and jar file craziness
cowderyt@[EMAIL PROTECTED  2008-05-06 06:03:56 
Re: images and jar file craziness
Nigel Wade <nmw@[EMAIL  2008-05-06 15:26:45 
Re: images and jar file craziness
Roedy Green <see_websi  2008-05-06 16:35:16 
Re: images and jar file craziness
Roedy Green <see_websi  2008-05-06 16:33:15 
Re: images and jar file craziness
cowderyt@[EMAIL PROTECTED  2008-05-06 11:41:07 
Re: images and jar file craziness
Roedy Green <see_websi  2008-05-07 04:02:14 
Re: images and jar file craziness
cowderyt@[EMAIL PROTECTED  2008-05-06 11:54:47 
Re: images and jar file craziness
cowderyt@[EMAIL PROTECTED  2008-05-06 12:00:41 
Re: images and jar file craziness
Redbeard <tom.cowdery@  2008-05-07 18:54:36 
Re: images and jar file craziness
Roedy Green <see_websi  2008-05-08 18:23:56 
Re: images and jar file craziness
Nigel Wade <nmw@[EMAIL  2008-05-09 09:48:24 
Re: images and jar file craziness
Redbeard <tom.cowdery@  2008-05-11 19:27:53 
Re: images and jar file craziness
Lew <lew@[EMAIL PROTEC  2008-05-11 23:04:30 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat May 17 4:37:52 CDT 2008.