Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.28 seconds.

  1. Replies
    1
    Views
    2,873

    [SOLVED] Re: Quick JTable Column Sort Question

    So I have managed to fix this (mostly), but I am having an issue now. I made another post for this issue (as doing so seemed appropriate since it isnt really relevant to this):...
  2. Replies
    1
    Views
    2,873

    [SOLVED] Quick JTable Column Sort Question

    I have a JTable that can be sorted by double clicking the column heading.

    I have implemented that with the code:

    TableRowSorter<TableModel> sorter = new TableRowSorter<TableModel>(model);

    ...
Results 1 to 2 of 2