Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8114472

SwingJavaFXChart: crappy implementation of SampleTableModel

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • fx2.0
    • None
    • javafx

      it's so bad that the suspicious mind might think of intentional sabotage ;-)

      Some hints:
      - since 1.6, table sorting is supported on JTable, exactly nothing to do on the model
      - for proper rendering and sorting of the numbers, implement getColumnClass
      - do not any conversion in setValueAt
      - ...

      with that fixed, throw out the SampleTableSorter, simply turn on table's default sorting support

            dmasada Debra Masada (Inactive)
            fastegal Jeanette Winzenburg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: