How to set new maximized bounds to Window's windows?

Hey all,

For Window users, have you guys ever used the Magnifier?

Have you noticed that all windows are lowered and all the maximized windows have new bounds?

well i want my application to set new bounds to all other windows on the screen (while running of course).

my app should be at the very top x =0, y=0, width=screenwidth, height=15.

and all other windows to be under the 15 pixels like what the Magnifier does (e.g. like having a taskbar at the top).

any help will be appreciated

thanks

avdzm

[555 byte] By [avdzma] at [2007-11-26 17:37:23]
# 1
this seems like SO windows spesific, you might have to use JNI! but some one might have done it before
Nibura at 2007-7-9 0:05:31 > top of Java-index,Desktop,Core GUI APIs...
# 2
oh and one more thing.I'm using JWindow, is there a way to make a panel or the window transparent?and have the objects in it to show?thanksavdzm
avdzma at 2007-7-9 0:05:31 > top of Java-index,Desktop,Core GUI APIs...
# 3
> I'm using JWindow, is there a way to make a panel or the window transparent?Transparency is not support in top level containers (JFrame, JWindow, JDialog).Some workarounds have been posted in the forum. Try searching the forum. Try keywords like "transparent jframe".
camickra at 2007-7-9 0:05:31 > top of Java-index,Desktop,Core GUI APIs...