Is it possible for a Swing based Java to have the Aero Glass effect as the background under Windows Vista/7?
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
It does already.
alt text http://img167.imageshack.us/img167/5655/capturaxk5.png
From this unrelated answer
I know it is possible, as it was achieved by the person who asked this question. I am currently researching the same thing and will post here if I find out how.
As of Java SE 6 Swing's native look and feel for windows uses Aero. There's a blog post with a lot of details about this from Chet Haase entitled Java on Vista : Yes it works