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.

source
share