ALWAYS ON TOP
Hi Java guy!!! Hey Im having problems in providing an ALWAY_ON_TOP behavior to a JWindow object... Could you help me on this?
Thanks and Greetings!!!
Hi Java guy!!! Hey Im having problems in providing an ALWAY_ON_TOP behavior to a JWindow object... Could you help me on this?
Thanks and Greetings!!!
I haven't tried it on jWindow.
but you can use JFrame and setAlwaysOnTop(true) and setUndecorated(true)
it looks like jWindow. ^_^