I\'m trying to use multithreading to make a program faster.
Right now the simple code is like this:
for (int y = 0; y < dither.getHeight() - 1; y++) {