i'm trying make gui in java, , want make interface have multiple textpanes fixed area, and, such, depending on width of window, may scrollbar if necessary
like this

what best way achieve this? thank you
jscrollpane can used in such case. here's official tutorial: http://docs.oracle.com/javase/tutorial/uiswing/components/scrollpane.html
Comments
Post a Comment