vote up 3 vote down star

Is it possible for a Swing based Java to have the Aero Glass effect as the background under Windows Vista/7?

flag

2 Answers

vote up 9 vote down

As of JSE 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

link|flag
The blog posts contain screenshots that show window titles in unreadable gray instead of the normal black, and show some graphics glitches: Note the right borders of the minimize/maximize/close buttons of the inner windows here: weblogs.java.net/blog/chet/… – Zarel Jul 10 at 2:02
@Zarel: It may be because the article is dated oct 2006. By now ( Java 6 update 14 ) it works just fine. I remember I had an screenshot of it. – Oscar Reyes Jul 10 at 2:28
There are some other screenshots in this JavaLobby post that show darker window titles - javalobby.org/java/forums/… Perhaps in Chet's the app was sent to the background by the screenshot software, he had a horrible color scheme set, or it was an earlier beta version of Java 6SE. I'd validate it with some screenshots myself but currently on my Macbook. – Nate Jul 10 at 2:31
vote up 2 vote down

It does already.

alt text

From this unrelated answer

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.