( Font font )
| 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 |
no outgoing calls
no test coverage detected