Dirk Waxweiler wrote:

> Hi everybody
>
> I want to insert an Icon for my GUI. I get an Icon, but it ist a black
> point.
>
> URL url = new URL("file:///./Brief.gif");
> Image icon = Toolkit.getDefaultToolkit().getImage(url);
> prog.setIconImage(icon);
>
> Is my gif too big ?
>

I think the file url has to be absolute. file:///./xxx won't work. (but
file://./... might, I'm not sure)



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to