hi all,
I am writing a custom windowing application in Java and i have a few
questions.
I was wanting to know if it is possible to draw a tranparent box, with
only the border showing. The kind of box that is drawn in windows when a
window is dragged, before the mouse is released. Is there anyway to do
this in Java, possibly with a JWindow ??
At the momement i am able to drag my window by the titlebar or borders,
but the whole window moves. I want it to act like the windows OS, where
a new transparent box is drawn, moved about the screen and then when
released, the original window jumps to that posistion.
Thanks for your help in advance.
-[mhutchinson]