MCPcopy Index your code
hub / github.com/beanshell/beanshell / setFont

Method setFont

src/bsh/util/JConsole.java:647–652  ·  view source on GitHub ↗
( Font font )

Source from the content-addressed store, hash-verified

645 }
646
647 public void setFont( Font font ) {
648 super.setFont( font );
649
650 if ( text != null )
651 text.setFont( font );
652 }
653
654 private void inPipeWatcher() throws IOException {
655 byte [] ba = new byte [256]; // arbitrary blocking factor

Callers 3

initMethod · 0.80
AWTConsoleMethod · 0.80
JConsoleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected