how to "auto-hide" a window using Java?

G

gino

Dear folks,

How to auto -hide a window, then when the mouse move over a certain very
slim region, the window gradually move out and show. How can I implement
this on Linux and Windows XP using Java?

Thanks a lot,

-Gino
 
C

Chris Smith

gino said:
How to auto -hide a window, then when the mouse move over a certain very
slim region, the window gradually move out and show. How can I implement
this on Linux and Windows XP using Java?

You could detect this easily with MouseEvent, looking for enter and
leave. The animated motion is probably best done with a
javax.swing.Timer, and of course setBounds on the component.

--
www.designacourse.com
The Easiest Way to Train Anyone... Anywhere.

Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top