hello,everyone
How do I a fixed columns JTable using swing. I don't want the columns are moveable. please tell me. thank you very much
coolwizard
Printable View
hello,everyone
How do I a fixed columns JTable using swing. I don't want the columns are moveable. please tell me. thank you very much
coolwizard
this.getTable().getTableHeader().setReorderingAllowed(false);
hi, mjpell
thank you very much.
thank your help.