3

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. enter image description here

mKorbel
  • 109,525
  • 20
  • 134
  • 319
Natalia
  • 783
  • 7
  • 18
  • 1
    You'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

1 Answers1

2
mKorbel
  • 109,525
  • 20
  • 134
  • 319