Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setWidth
Method
setWidth
java/src/processing/mode/java/tweak/Handle.java:203–206 ·
view source on GitHub ↗
(int w)
Source
from the content-addressed store, hash-verified
201
202
203
public
void
setWidth(
int
w) {
204
width = w;
205
progBar.setWidth(w);
206
}
207
208
209
public
void
draw(Graphics2D g2d, boolean hasFocus) {
Callers
3
start
Method · 0.45
setSize
Method · 0.45
paint
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected