posted 20 years ago
I haven't tried it....but
If you extend the JDialog and add a Constructor that references a ResultSet and parent frame, or if you add a method to your custom JDialog, say, setResultSet(ResultSet rs) then you would most definitely be able to use a ResultSet. Then in parent frame create a method like setSelectedRow('Structure to return') and call it from the JDialog - parent.setSelectedRow('Row Data').
An egg is a chicken's house!