less than 1 minute read

If you want to use the image manipulation toolkit included with the JDK.
when using this in eclipse:
Image image = Toolkit.getDefaultToolkit().getImage("tray.gif");
include tools.jar?

Comments