(final ActionEvent actionEvent)
| 110 | } |
| 111 | |
| 112 | private void onNew(final ActionEvent actionEvent) |
| 113 | { |
| 114 | SwingUtilities.invokeLater(() -> rootFrame.createNewCharacter(null)); |
| 115 | } |
| 116 | |
| 117 | private void onOpen(final ActionEvent actionEvent) |
| 118 | { |
nothing calls this directly
no test coverage detected