(String[] args)
| 91 | } |
| 92 | |
| 93 | public static void main(String[] args) |
| 94 | { |
| 95 | Logging.log(Level.INFO, "Starting PCGen Data Converter v" + PCGenPropBundle.getVersionNumber()); //$NON-NLS-1$ |
| 96 | configFactory = new PropertyContextFactory(SystemUtils.USER_DIR); |
| 97 | configFactory.registerAndLoadPropertyContext(ConfigurationSettings.getInstance()); |
| 98 | Main.loadProperties(true); |
| 99 | getConverter().setVisible(true); |
| 100 | } |
| 101 | |
| 102 | static void savePrefs() |
| 103 | { |
nothing calls this directly
no test coverage detected