How to disable moving(rearrange) the columns in a JTable?

  • Follow


How to disable rearrange the columns in a JTable?
Thank you on your help
5
Reply Tux 10/22/2004 10:58:04 PM

"Tux" <mario_zupan@inet.hr> wrote in message
news:clc33i$ivg$1@sunce.iskon.hr...
> How to disable rearrange the columns in a JTable?
> Thank you on your help

yourJTable.getTableHeader().setReorderingAllowed(false)

-- 
Mike W



18
Reply VisionSet 10/22/2004 11:46:47 PM


1 Replies
7998 Views

(page loaded in 0.115 seconds)

Similiar Articles:













7/19/2012 6:32:11 PM


Reply: