tl;dr Working thru a general mechanism that works-around Oracle's lack of generatedKey support when used in conjunction with addBatch()/executeBatch() create table WIDGETS ( id number not null primary ...
Java Foundation Classes (JFC) offer a rich selection of components for building smart and interactive graphical user interfaces (GUIs). You can display tabular data using the javax.swing.JTable class.