Transparent Windows [message #59453] |
Fri, 10 September 2004 16:23  |
Eclipse User |
|
|
|
Originally posted by: arik.funke.gmx.de
Hello,
is there a way to create transparent windows with VE or Java in general?
(to make windows with arbitrary shapes as often seen in modern windows
apps? E.g. round edges, etc.
Cheers,
Arik
|
|
|
|
|
Re: Transparent Windows [message #68787 is a reply to message #59453] |
Sat, 23 October 2004 07:14  |
Eclipse User |
|
|
|
Originally posted by: ajdelrocco.yahoo.com
Arik,
If you are still searching for an answer, I can show you how to do this
using JNI on a Win2K/XP platform. I do not have enough experience with
Linux or Solaris to address those platforms... yet.
Take care,
Tony
"Arik Funke" <arik.funke@gmx.de> wrote in message
news:cht2fp$v2j$1@eclipse.org...
> Hello,
>
> is there a way to create transparent windows with VE or Java in general?
> (to make windows with arbitrary shapes as often seen in modern windows
> apps? E.g. round edges, etc.
>
> Cheers,
> Arik
>
|
|
|
Re: Transparent Windows [message #598333 is a reply to message #59453] |
Fri, 10 September 2004 19:08  |
Eclipse User |
|
|
|
Originally posted by: richkulp.NO.SPAM.us.ibm.com
Not currently. That requires skins support and I don't know anything
about that.
--
Thanks, Rich Kulp
|
|
|
Re: Transparent Windows [message #598348 is a reply to message #59453] |
Fri, 10 September 2004 20:59  |
Eclipse User |
|
|
|
Arik Funke wrote:
> Hello,
>
> is there a way to create transparent windows with VE or Java in general?
> (to make windows with arbitrary shapes as often seen in modern windows
> apps? E.g. round edges, etc.
>
> Cheers,
> Arik
>
It looks like an API to prevent the window decorations (title bar, close
buttons, etc) from being added to a Frame was added in 1.4 (see
setUndecorated on java.awt.Frame) but in my quick look through the API I
don't see any way to make a frame transparent. I'd suggest a visit to
google to see if anyone's been able to do this with Swing/AWT. I know
this sort of thing is possible with SWT because I've seen it done... but
I don't know how ;)
Good luck,
- Jeff
|
|
|
Re: Transparent Windows [message #602267 is a reply to message #59453] |
Sat, 23 October 2004 07:14  |
Eclipse User |
|
|
|
Arik,
If you are still searching for an answer, I can show you how to do this
using JNI on a Win2K/XP platform. I do not have enough experience with
Linux or Solaris to address those platforms... yet.
Take care,
Tony
"Arik Funke" <arik.funke@gmx.de> wrote in message
news:cht2fp$v2j$1@eclipse.org...
> Hello,
>
> is there a way to create transparent windows with VE or Java in general?
> (to make windows with arbitrary shapes as often seen in modern windows
> apps? E.g. round edges, etc.
>
> Cheers,
> Arik
>
|
|
|
Powered by
FUDForum. Page generated in 0.02879 seconds