Constructor for PanelTest.
()
| 44 | * </p> |
| 45 | */ |
| 46 | public PanelTest() { |
| 47 | try { |
| 48 | this.jbInit(); |
| 49 | } |
| 50 | catch (final Exception ex) { |
| 51 | BugReporter.reportException(ex); |
| 52 | ex.printStackTrace(); |
| 53 | } |
| 54 | } |
| 55 | |
| 56 | /** |
| 57 | * <p> |
nothing calls this directly
no test coverage detected