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

split rows in tableview control

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 7u45
    • javafx
    • win xp sp3 5.1

      i'm trying to display a list of customers with the orders that every customer did,

      class customer {
          long id;
          String name;
          ArrayList<order> orders;
      }

      where order type is:

      class order {
          long id;
          Date date;
          double value;
      }

      a list of customer is supposed to be displayed like in the following pic:
      http://i40.tinypic.com/2cdtmrl.jpg

            jgiles Jonathan Giles
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: