(final ActionEvent actionEvent)
| 125 | } |
| 126 | |
| 127 | private void onSave(final ActionEvent actionEvent) |
| 128 | { |
| 129 | SwingUtilities.invokeLater(() -> rootFrame.saveCharacter(rootFrame.getSelectedCharacterRef().get())); |
| 130 | } |
| 131 | |
| 132 | private void onPrint(final ActionEvent actionEvent) |
| 133 | { |
nothing calls this directly
no test coverage detected