swebb99@gmail.com schrieb:
> Hi,
>
> Is there anyway to get java to control the icons on a windows window ?
As far as Swing/AWT is regarded and AFAIK: no.
You could decorate them yourself.
Bye
Michael
swebb99@gmail.com - 31 Jul 2006 17:55 GMT
> swebb99@gmail.com schrieb:
> > Hi,
[quoted text clipped - 7 lines]
> Bye
> Michael
Thanks Michael,
What do you mean by decorate it yourself ?
Thanks
Steve
Michael Rauscher - 31 Jul 2006 19:17 GMT
swebb99@gmail.com schrieb:
>> swebb99@gmail.com schrieb:
>>> Hi,
[quoted text clipped - 10 lines]
>
> What do you mean by decorate it yourself ?
To make the window undecorated and to provide a root pane that draws the
window decorations on it's own :)
Bye
Michael