Hi all,
I would like to show a db table data in a rich editable layout (not in a simple datasheet table).
- Each record should be displayed in JavaFX widgets (possibly in more than one line, with a bold title row and some indented informations in the following rows, and then a line to divide each record from the following record).
- Data of the records should be editable. The record-fields have to be showed in editable controls.
- In the record area I would like to put some buttons, combobox and so on, to drive actions and/or change field contents.
- The stage structure should be in master/detail form (customer-orders or some like that).
The same is possible with MS Access with continuous forms, but I'm a total newbe with Java and JavaFX. I read a lot of tutorials and sites, but I did't fount nothing similar. Can you point me in the right directions please? (Right component or right strategy to achieve the same?)
Here is a similar concept in a Java program, but I don't know how that is made.

Thanks all.
peter