Search:

Type: Posts; User: hafunui

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,480

    Re: Getting Image reader to change source

    I thought about using only one instance, but if my next file is in a different format, I need a new ImageReader.

    I was just looking into Thread.join() and I thought the problem could be that I'm...
  2. Replies
    2
    Views
    1,480

    Getting Image reader to change source

    I'm building an image gallery type program. I want to be able to abort the loading of an image and start loading another. Here's some of the code I've got so far.



    ImageReader reader = null;...
Results 1 to 2 of 2