Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Show & edit db data in styled layout with JavaFX widgets

pieropingiJul 30 2017 — edited Aug 5 2017

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.

JavaFX-maschere-continue.jpg

Thanks all.

peter

This post has been answered by jsmith on Jul 31 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 2 2017
Added on Jul 30 2017
4 comments
529 views