MCPcopy Index your code
hub / github.com/benfry/processing4 / getDefaultConfig

Method getDefaultConfig

app/src/processing/app/ui/EditorState.java:115–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113
114
115 static GraphicsConfiguration getDefaultConfig() {
116 GraphicsEnvironment ge = GraphicsEnvironment.getLocalGraphicsEnvironment();
117 GraphicsDevice device = ge.getDefaultScreenDevice();
118 return device.getDefaultConfiguration();
119 }
120
121
122 /**

Callers 1

nextEditorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected