Java Swing Application Enhancement

Job ID: 40264109

Budget: €30 – €250 EUR

I already have a working Java Swing application that shows data in a table (JTable). What I need now is a clean, self-contained frame that reuses that same table model but lives in its own window, with its own layout and controls.

The current model, renderers, and cell editors are all in place; your job is to wire them into a new JFrame (or JDialog if you think that is cleaner), arrange the table inside a scroll pane, add a compact toolbar with the usual actions (refresh, add, delete, close), and respect the look-and-feel that is already set in the application. I will hand over the existing TableModel class, sample data, and a small stub project so you can compile and test quickly in your preferred IDE (IntelliJ, Eclipse, or NetBeans—whatever you like).

Please keep the code plain Swing—no JavaFX or external UI libraries. Deliverables are:
• One or more Java source files for the new frame
• Any helper classes you introduce
• A short README explaining how to launch the frame from the stub main method

I will consider the work done once I can drop your files into my project, run the stub, and see the new frame open with my data behaving exactly like in the original view.