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

Method initSettings

code/src/java/pcgen/gui2/PCGenFrame.java:197–212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 private void initSettings()
198 {
199 setSize(1060, 725); //this is the default frame dimensions
200
201 setDefaultCloseOperation(WindowConstants.DO_NOTHING_ON_CLOSE);
202 addWindowListener(new WindowAdapter()
203 {
204
205 @Override
206 public void windowClosing(WindowEvent e)
207 {
208 PCGenUIManager.closePCGen();
209 }
210
211 });
212 }
213
214 /**
215 * This is called after initialization and starts up the PCGenFrame

Callers 1

PCGenFrameMethod · 0.95

Calls 1

setSizeMethod · 0.65

Tested by

no test coverage detected