Hiding Panel
Hi all,
I would like to implement my application same like Google Desktop - Sidebar in SWING
same functionalities like hiding the bar at right side, If I mouse over at right then it should show up same like google desktop
is anyone have idea to how to do it. is there any suggestion how can i start?
Thanks
Ramesh
# 2
I'm not that familiar with the google desktop widgets, but I think I know what you're imagining.
I'd probably try something like build my app on a borderless JFrame. Then force the position of the JFrame up against the right side of the screen. They have an "open/close" icon on the frame that on mouse over, or mouse click, causes the width of the frame to resize.
Does that help?
slegge