7 messages in net.java.dev.jna.usersRe: [jna-users] Transparent window
FromSent OnAttachments
Yana StamchevaAug 21, 2008 3:28 pm 
Timothy WallAug 21, 2008 3:50 pm 
Timothy WallAug 21, 2008 3:54 pm 
Yana StamchevaAug 21, 2008 4:30 pm 
Yana StamchevaAug 21, 2008 4:48 pm 
Yana StamchevaAug 22, 2008 2:18 am 
Timothy WallAug 22, 2008 5:02 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Transparent windowActions...
From:Timothy Wall (twal@dev.java.net)
Date:Aug 21, 2008 3:54:20 pm
List:net.java.dev.jna.users

On Aug 21, 2008, at 6:29 PM, Yana Stamcheva wrote:

In our application we're using WindowUtils and AlphaMaskDemo as a base

BTW, there's nothing in AlphaMaskDemo that's necessary for transparency. Once you call WindowUtils.setWindowTransparent(w, true), individual pixel transparency will be preserved.

Originally AlphaMaskDemo had all the grimy details of per-platform transparency implementations, but all of that is now encapsulated (and cleaned up) in WindowUtils.