The Artima Developer Community
Sponsored Link

Java Answers Forum
Java 1.3.1 problem with ImageIcon

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
d Blanky

Posts: 1
Nickname: bl4nky
Registered: Jul, 2006

Java 1.3.1 problem with ImageIcon Posted: Jul 21, 2006 2:42 PM
Reply to this message Reply
Advertisement
Hi,

I have set image from disk to java gui by using ImageIcon. Now I must write this image to hdd and i don't know how? In java 1.4 im solved this problem by using imageIO(package javax.imageio not included in java 1.3.1), but I must fix this
problem with java 1.3.


Can anyone help me?

many thanks

e.g
...
ImageIcon imageIcon=new ImageIcon("C\\image.jpeg");
...

Topic: problem about using "while" Previous Topic   Next Topic Topic: I need java code that allow to encrypt and decrypt an image

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use