Search:

Type: Posts; User: justyStepi

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: JChooser save ---> Works but Can't see the saved image in the folder

    Cool thx ur post actually helped me. I found that little hidden mistake; :)

    Thx

    It was in : File filr =chooserS.getSelectedFile();
    ImageIO.write(bi, "JPG", filr);...
  2. [SOLVED] JChooser save ---> Works but Can't see the saved image in the folder

    Hello,

    I have written a code to upload an Image Icon to Jlabel by JChooser and save Image Icon. "Both of them work".

    But when I save the Image to given location I cannot see it after. Can you...
Results 1 to 2 of 2