MazOz
May 9th, 2010, 11:13 PM
Hi
I have a JPanel which I want to gradually set visible i.e create a sliding open effect. Currently the setVisible(true) opens it too quickly and I would like it to be more smooth and gradual.
Thinking of putting an component listener on the jpanel and then somehow using a swing timer to open it gradually. Any ideas/suggestions would be appreciated.
Thanks
I have a JPanel which I want to gradually set visible i.e create a sliding open effect. Currently the setVisible(true) opens it too quickly and I would like it to be more smooth and gradual.
Thinking of putting an component listener on the jpanel and then somehow using a swing timer to open it gradually. Any ideas/suggestions would be appreciated.
Thanks