hi all, Please anybody can tell me how I can trap the resizing of a frame(increasing it's width by dragging and stretching the frame by mouse). I want that the frame should not be resized beyond a specific size. Also how to trap the movement of a frame on the screen.
kim jungil
Greenhorn
Joined: Sep 27, 2001
Posts: 27
posted
0
u can add ComponentListener in the frame, it can receive component events from current component. And u can use setResizable(boolean resizable).resizable - true if this frame is resizable; false otherwise.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.