Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はグリッドを持っていますが、ソートするオプションを備えた2つの列だけが必要ですか?
RowSorter newSorter = new TableRowSorter(table.getModel()); newSorter.setSortKeys(sortKeys); table.setRowSorter(newSorter);
私はこれを使いました