resize Listener « Event « Java Swing Q&A





1. Any RESIZE listener there???    coderanch.com

Thanks again Michael. But this time also it didn't work. As it turns out, when you are resizing a frame by holding and dragging one of it's borders using mouse, the mouseDragged() method is not getting called, only it is called when you are actually dragging the mouse on the body of the frame as the following code suggests: import javax.swing.* ...