Search:

Type: Posts; User: Time4Java

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,288

    [SOLVED] Re: BufferedImage read file issue

    it refers to image1(BufferedImage), sorry if I was not clear enough.

    And what I was trying to achieve was to declare the BufferedImage inside the try/catch area, "fill it" at the same time and...
  2. Replies
    2
    Views
    1,288

    [SOLVED] BufferedImage read file issue

    Hello, I am trying to read an image I have in the location of my project,

    So I do this:
    When I read it in the try/catch like: BufferedImage image = ImageIO.read(new file(""));
    and try to access...
Results 1 to 2 of 2