Ho risolto così:
codice:JTableHeader th=table.getTableHeader(); th.setReorderingAllowed(false); th.setResizingAllowed(false); th.setPreferredSize(new Dimension(0, 0));
Ho risolto così:
codice:JTableHeader th=table.getTableHeader(); th.setReorderingAllowed(false); th.setResizingAllowed(false); th.setPreferredSize(new Dimension(0, 0));