MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / reshape

Method reshape

src/java/awt/Component.java:468–486  ·  view source on GitHub ↗

Reshapes the Component to the specified bounding box. @param x the x coordinate @param y the y coordinate @param width the width of the component @param height the height of the component @see #bounds @see #move @see #resize

(int x, int y, int width, int height)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

layoutContainerMethod · 0.95
ArrangeGridMethod · 0.95
moveMethod · 0.95
resizeMethod · 0.95
actionMethod · 0.95

Calls 2

invalidateMethod · 0.95
reshapeMethod · 0.65

Tested by 1

actionMethod · 0.76