관리 메뉴

moozi

jtable column 숨기기 본문

TIS_2019/응용sw2019_2기

jtable column 숨기기

moozi 2019. 10. 11. 13:11

table.getColumnModel().getColumn(columnIndex).setMinWidth(0); table.getColumnModel().getColumn(columnIndex).setMaxWidth(0);

 

 

'TIS_2019 > 응용sw2019_2기' 카테고리의 다른 글

html연습문제03  (0) 2019.10.14
html연습문제02  (0) 2019.10.11
html연습문제01  (0) 2019.10.10
자바연습문제13  (0) 2019.10.08
my.ini  (0) 2019.10.08
Comments