How to add horizontal/vertical scrollbars to JScrollPane

后端 未结 2 749
栀梦
栀梦 2021-01-22 09:17

I want to add horizontal scrollbars to my JScrollPane, because my table right now looks like the one below:

\"enter

2条回答
  •  盖世英雄少女心
    2021-01-22 10:07

    You have to set for JTable#setAutoResizeMode, more is described in JTable's tutorial Setting and Changing Column Widths

提交回复
热议问题