Java equivalent to Delphi DBCtrlGrid?

Is there a Java Swing component equivalent to Delphi TDBCtrlGrid? Or can the same effect be achieved programmatically, and if so, how?

TDBCtrlGrid- This is a grid with database support, in which each cell can be filled with a number of data-oriented components. The grid shows one cell for each row of the query bound to the grid, and the components are bound to the field values ​​in that row. The lower half of the image shown below (randomly selected from the Internet) shows TDBCtrlGridin the lower half of the form.

figure8.jpg

+3
source share
1 answer

Java , Delphi TDataSet/TDataSource/TDataLink/Data-Aware-Components.

: , Java.
Java UI.

-

+1

Source: https://habr.com/ru/post/1772457/


All Articles