MCPcopy 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

StatusPanelMethod · 0.80
UpdateStatusPanelMethod · 0.80
setLayoutMethod · 0.80
PreferencesFrameMethod · 0.80
FindReplaceMethod · 0.80
addModeButtonsMethod · 0.80

Calls 1

addMethod · 0.45

Tested by 1

UpdateStatusPanelMethod · 0.64