Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Transparent Windows
Transparent Windows [message #59453] Fri, 10 September 2004 16:23 Go to next message
Eclipse UserFriend
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 #59478 is a reply to message #59453] Fri, 10 September 2004 19:08 Go to previous messageGo to next message
Eclipse UserFriend
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 #59527 is a reply to message #59453] Fri, 10 September 2004 20:59 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: myersj.nospam.gmail.com

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 #68787 is a reply to message #59453] Sat, 23 October 2004 07:14 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>
Previous Topic:invisible SWT-composite when running as Bean or Application
Next Topic:IWAV0138E Remote VM terminated too soon
Goto Forum:
  


Current Time: Sun Jun 01 15:58:45 EDT 2025

Powered by FUDForum. Page generated in 0.02879 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top