I have seen Swing applications where they do what I call "live layout" and I want to know how to do it in my application. Live layout is where the contents of a frame/window are laid-out continuously while the user resizes the window by moving the resize border with the mouse. ...
i've got a problem. I want to scroll a picture which is in a JScrollPane and this JScrollPane is a tab of a JTabbedpane. Here is a part of the source code: ....