Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/benfry/processing4
/ addGap
Method
addGap
app/src/processing/app/ui/EditorToolbar.java:155–157 ·
view source on GitHub ↗
(Box box)
Source
from the content-addressed store, hash-verified
153
154
155
public
void
addGap(Box box) {
156
box.add(Box.createHorizontalStrut(GAP));
157
}
158
159
160
public
void
activateRun() {
Callers
5
buildLayout
Method · 0.80
buildLayout
Method · 0.80
initLayout
Method · 0.80
FindReplace
Method · 0.80
addModeButtons
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
1
buildLayout
Method · 0.64