JFrame transition effect - when called setState(Frame.ICONIFIED) it just goes to Taskbar without animation
I have a problem now - when I call frame.setState(Frame.ICONIFIED) with my custom button (I'm not using default JFrame minimize button - JFrame set to setUndecorated(true) ), the JFrame just goes to Taskbar without any animation. In normal situation it should gradually go to Taskbar minimizing itself. But if I press iconfied JFrame on Taskbar, it restores with animation to normal size. The situation is on Windows XP, not tested on other systems, but I suppose it would behave in the same way. If what you are saying is true, and your undecorated windows do in fact animate when clicking the icons