java - How to create a customizable User Interface with swing -


i've searched through google, there doesn't seem on this. in every user interface, can resize parts of in order make more custom (from users perspective). instants, in eclipse, 1 can resize consul relative area code clicking on spot in-between 2 panels/parts , dragging. 1 can click , drag area in between package explorer , rest of parts in order resize that. how this? "this", mean allow users resize amount of space given each part of layout? how little division-sign-like curser show up? layout should use?

you seem describing jsplitpane.

take @ how use split panes tones of examples


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -