Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-08-2009, 02:54 PM
Member
 
Join Date: Nov 2008
Posts: 34
Rep Power: 0
ashin is on a distinguished road
Unhappy Image icon in SWT
please help me.
how to put an image icon in my project...
i tried this:

Image imgicon = new Image(shellSecurity.getDisplay(), "ICON2.jpg");
shellSecurity.setImage(imgicon);

and my error is this

Exception in thread "main" org.eclipse.swt.SWTException: i/o error (java.io.FileNotFoundException: ICON2.jpg (The system cannot find the file specified))
at org.eclipse.swt.SWT.error(SWT.java:3777)
at org.eclipse.swt.SWT.error(SWT.java:3695)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoa der.java:159)
at org.eclipse.swt.graphics.ImageDataLoader.load(Imag eDataLoader.java:26)
at org.eclipse.swt.graphics.ImageData.<init>(ImageDat a.java:377)
at org.eclipse.swt.graphics.Image.<init>(Image.java:7 35)
at ptime.pos.system.ptime_inteface.<init>(ptime_intef ace.java:43)
at ptime.pos.system.ptime_main.main(ptime_main.java:1 3)
Caused by: java.io.FileNotFoundException: ICON2.jpg (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at org.eclipse.swt.internal.Compatibility.newFileInpu tStream(Compatibility.java:182)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoa der.java:156)
... 5 more

what will i do?
__________________
Bookmark Post in Technorati
Reply With Quote
  #2 (permalink)  
Old 07-09-2009, 06:16 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,256
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Are you sure that the image in the same folder as your application(Java class) included, or may be the image name is wrong. Error message notify that compiler unable to find the image you specified.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-10-2009, 02:44 PM
Member
 
Join Date: Nov 2008
Posts: 34
Rep Power: 0
ashin is on a distinguished road
Default
ok now! tnx
__________________
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-11-2009, 03:21 AM
Eranga's Avatar
Moderator
 
Join Date: Jul 2007
Location: Colombo, Sri Lanka
Posts: 7,256
Rep Power: 11
Eranga has a spectacular aura aboutEranga has a spectacular aura about
Send a message via Yahoo to Eranga
Default
Did you solve the problem? If so please mark the thread as solved from the thread tools menu. It's really helpful to all of us.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one.
Someone helped you? their helpful post.
Help:Forums FAQ|How To Ask Questions The Smart WayResources:The Java Tutorials|Glossary for Java|NetBeans IDE|Sun DownloadsWeb:WritOnceTips:Is your IDE the best?|Which Application Server?
Bookmark Post in Technorati
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] JFrame Image Icon Ch4os NetBeans 1 11-24-2008 11:53 AM
set.Icon safiya NetBeans 2 10-17-2008 07:46 PM
icon amith AWT / Swing 1 05-16-2008 08:34 PM
Converting multiple banded image into single banded image... Image enhancement archanajathan Advanced Java 0 01-08-2008 06:29 PM
how to remove an image icon cecily Advanced Java 1 08-05-2007 05:25 AM


All times are GMT +2. The time now is 05:54 PM.



VBulletin, Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2009, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org