MCPcopy Index your code
hub / github.com/arduino/Arduino / getPreferredSize

Method getPreferredSize

app/src/processing/app/EditorStatus.java:394–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392 }
393
394 public Dimension getPreferredSize() {
395 return getMinimumSize();
396 }
397
398 public Dimension getMinimumSize() {
399 return scale(new Dimension(300, GRID_SIZE));

Callers 1

setButtonBoundsMethod · 0.45

Calls 1

getMinimumSizeMethod · 0.95

Tested by

no test coverage detected