(String[] args)
| 43 | } |
| 44 | |
| 45 | public static void main(String[] args) { |
| 46 | InspectorBug app = new InspectorBug(); |
| 47 | app.controlTable.setEditable(true); |
| 48 | app.plot.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); |
| 49 | app.show(); |
| 50 | } |
| 51 | } |
nothing calls this directly
no test coverage detected