Does anyone have a Grid Applet that could be embedded in a Notes form to do table editing?

I’m wondering whether anyone has done a Java applet – probably based on JTable – that could be embedded in a Notes form and would support display and editing of the most usual Notes field types. In other words, on opening the form, you would pass the applet parameters saying column 1 is editable text, column 2 is a number with 2 decimal places, column 3 is a combobox keyword with the following choices, etc, and by the way here’s the initial data. Then when the user went to save the form you could query the applet for the current data values and store them in multivalue fields (one per column).

Seems like this would be very handy but I’m too lazy to do it myself if I can steal it instead.

Subject: Does anyone have a Grid Applet that could be embedded in a Notes form to do table editing?

Andre,did you get any answer? I am just looking for the same.