I have a scrollable JTable, with vertical scrollbar showed always. I need to move it, so it would start from where header does. How can I do this? Screenshot clears the situation.
Asked
Active
Viewed 531 times
3
-
1You'd have to expand ScrollPaneLayout and provide your own layout logic. This you then use and apply to the scroll pane using the setLayout method – MadProgrammer Oct 27 '12 at 07:05
-
I woudn't be going vertical orienation for JTableHeader, put there shortcut, add ToolTip to the JTabelHeader, on mouse hoverover to put there some details, descriptions – mKorbel Oct 27 '12 at 08:59
-
I'm not a designer, that's not my work. I'll tell her about the corners. – Natalia Oct 27 '12 at 09:32