java - Invisible Window with visible components -
i'm looking way use image window, or, @ least, in appearance.
logical solution seems using invisible window visible components.
google offers me 2 solutions :
awful 1 : take screenshot of under window , use background while making window undecorated.
"on way official" 1 : use awtutilities make window transparent. cool, doesn't work icedtea or linux (i didn't try official jre on linux yet).
is there other way achieve same result (using awt or swing) ?
unfortunately quick answer window transparency @ least no (unless wants prove me wrong, love!) screenshots may work better think though if contents of window aren't changing much.
the awtutilities method (or same thing in official api java 7 onwards) requires hardware acceleration prohibits working 100% reliably across platforms, it's not guaranteed work on windows boxes.
Comments
Post a Comment