11 messages in net.java.dev.jna.usersRe: [jna-users] Re: shaped windows us...
FromSent OnAttachments
Timothy WallMay 24, 2007 7:12 am 
Christopher DeckersMay 29, 2007 2:21 am 
Christopher DeckersMay 29, 2007 3:29 am 
Wayne MeissnerMay 29, 2007 3:53 am 
Christopher DeckersMay 29, 2007 7:10 am 
Wayne MeissnerMay 29, 2007 7:43 am 
Timothy WallMay 29, 2007 11:04 am 
Olivier ChafikMay 29, 2007 6:19 pm 
Christopher DeckersMay 29, 2007 11:56 pm 
Timothy WallMay 30, 2007 5:19 am 
Christopher DeckersMay 30, 2007 6:10 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] Re: shaped windows using images - performanceActions...
From:Timothy Wall (twal@dev.java.net)
Date:May 29, 2007 11:04:41 am
List:net.java.dev.jna.users

On May 29, 2007, at 10:11 AM, Christopher Deckers wrote:

Now to come back to my original problem, it seems the modify version I am using does not support the transparent Windows. Is there an online CVS I can browse to pick the sources I need (WindowUtils mainly) or do I have to check out the project? I would prefer the first option for a start.

Follow the Subversion links at https://jna.dev.java.net. You can easily browse to the file you want and then download or view it online using ViewSVN (or whatever SVN browser they're using). I'd recommend just pulling the whole trunk/jnalib directory and building, though to make sure you don't chase performance improvements that have already been applied or which are no longer relevant.

I did some quick profiling myself and for the transparent, round clock demo (ShapedWindowDemo) the delay in creating a mask is predominantly in creating the windows region pixel by pixel, which is what Olivier's patch addressed.