Tagged Questions
4
votes
4answers
172 views
Horizontal Scrolling + JTable + Java
I checked the questions on stackoverflow concerning getting horizontal scrolling on a JTable to work. Setting AUTO_RESIZE_OFF does get me the horizontal scroll bar but at the same time the table does ...
3
votes
5answers
7k views
disable horizontal scroll in jscrollpane
I have a JScrollPane with FlowLayout that I want to have a fixed width. It should be scrolling vertically only, and the contents should be rearranged automatically when I resize the window. I think ...
1
vote
1answer
306 views
Drawing Java 2D Charts span across multiple views or panels or horizontal-scrolling
I'm drawing a graph using Java 2d graphics (i.e. drawing and filling rectangles) straightaway on a JFrame from a set of values stored in an Arraylist.
But when the ArrayList has very large number of ...