I want my java application to display a FORM
where a user can paste from an excel sheet 2 columns onto a pane on the java application form. After pasting 2 columns of as few as one row to as many as a hundred rows, user will hit the submit button. This will ultimately update a table in oracle with what has been pasted onto the pane.
Question: How do I create an excel looking pane where I can adjust the size of the pane window? It must allow users to paste excel columns.
where a user can paste from an excel sheet 2 columns onto a pane on the java application form. After pasting 2 columns of as few as one row to as many as a hundred rows, user will hit the submit button. This will ultimately update a table in oracle with what has been pasted onto the pane.
Question: How do I create an excel looking pane where I can adjust the size of the pane window? It must allow users to paste excel columns.