开发者

Windows 7 Aero Peek of Tabs in Java Desktop App

开发者 https://www.devze.com 2022-12-17 08:49 出处:网络
I would like to implement Aero Peek of tabs in my desktop application (as per the functionality provided by Internet Explorer and this Firefox extension开发者_StackOverflow社区).

I would like to implement Aero Peek of tabs in my desktop application (as per the functionality provided by Internet Explorer and this Firefox extension开发者_StackOverflow社区).

I'm coding in Java, but appreciate that I may need to use some native hooks to get this working. Can anyone point me in the right direction?


If you want to write that feature in .NET managed code, you can use the System.Windows.Shell namespace introduced in .NET 4. This easy to use wrapper let me get my Root Folders utility up and running in no time.

Otherwise, the APIs are Windows Shell COM interfaces documented at MSDN.


There is a Java library providing the new Windows 7 features for Java. It's called J7Goodies by Strix Code. You can create Windows 7 tabs for any GUI component and the library will do all the rendering for you.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号