MCPcopy Index your code
hub / github.com/benfry/processing4 / createTextArea

Method createTextArea

app/src/processing/app/ui/Editor.java:348–351  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346
347
348 protected JEditTextArea createTextArea() {
349 return new JEditTextArea(new PdeTextAreaDefaults(),
350 new PdeInputHandler(this));
351 }
352
353
354 public EditorFooter createFooter() {

Callers 1

EditorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected