MCPcopy Create free account
hub / github.com/PCGen/pcgen / onNew

Method onNew

code/src/java/pcgen/gui3/component/PCGenToolBar.java:112–115  ·  view source on GitHub ↗
(final ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

createNewCharacterMethod · 0.45

Tested by

no test coverage detected