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

Method setLocation

core/src/processing/awt/PSurfaceAWT.java:524–527  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

522
523
524 @Override
525 public void setLocation(int x, int y) {
526 frame.setLocation(x, y);
527 }
528
529
530 List<Image> iconImages;

Callers 1

componentResizedMethod · 0.95

Calls 1

setLocationMethod · 0.65

Tested by

no test coverage detected