Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ addGap
Method
addGap
app/src/processing/app/ui/EditorToolbar.java:177–179 ·
view source on GitHub ↗
(Box box)
Source
from the content-addressed store, hash-verified
175
176
177
public
void
addGap(Box box) {
178
box.add(Box.createHorizontalStrut(GAP));
179
}
180
181
182
// public Component createModeSelector() {
Callers
6
StatusPanel
Method · 0.80
UpdateStatusPanel
Method · 0.80
setLayout
Method · 0.80
PreferencesFrame
Method · 0.80
FindReplace
Method · 0.80
addModeButtons
Method · 0.80
Calls
1
add
Method · 0.45
Tested by
1
UpdateStatusPanel
Method · 0.64