Hallo,
new ImageIcon("applet/images/selection.gif")
.getImage(), new Point(10, 10), "selection");
Was soll hier passieren? Anders gefragt, was soll diese Syntax bewirken?
new ImageIcon("http://localhost:8080/images/selection.gif") .getImage(), new Point(10, 10), "selection");
siehe oben.
Das ist beides entweder schon von der Syntax her falsch oder aus irgendeinem Zusammenhang gerissen.
http://java.sun.com/docs/books/tutorial/uiswing/misc/icon.html
und
http://java.sun.com/docs/books/tutorial/uiswing/misc/icon.html#applet
aus dem Java Tutorial kennst Du?
viele Grüße
Axel