I am using a swing Timer for this actionlistener. I want it to bring the window up everytime the action happens. As of now, it does if I click the minimize button. But if I just click to a different window to minimize it, it does not. Is there a way to make the frame pop-up everytime?Code:public void actionPerformed(ActionEvent e) {
frame.setState(Frame.NORMAL);
