Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Vista/Win7 - Using Aero for more than window decoration?

807580Jan 9 2010 — edited Jan 20 2010
I was wondering if it's possible to use the 'glass' effect in java as found under Windows Vista and 7.

For example, windows explorer uses the glass effect for more than just the window decoration, there is also a bit below the titlebar containing the addressfield/navigation buttons/searchbar.
Is it possible to create something similar looking in Java? I realise this will kill off multi-platform support, but that can be worked around in other ways.

So far I've discovered that the dwmapi is needed to access the feature, but I'm unable to find a java implementation of it and don't have the knowledge to write my own.
So are are any libraries out there for this purprose, or does anyone have a simple example?

[edit]
Well if someone has the time/motivation to port it from another language,
VB: http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=67485&lngWId=1
C++ (Qt): http://labs.trolltech.com/blogs/2009/09/15/using-blur-behind-on-windows/

Edited by: Axeia on Jan 9, 2010 4:17 AM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 17 2010
Added on Jan 9 2010
8 comments
104 views