This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 29604
Collapse All | Expand All

(-)core/output2/src/org/netbeans/core/output2/OutputPane.java (+5 lines)
Line 172 Link Here
172
        String fontStr = System.getProperty ("nb.output.font");
173
        if (fontStr != null) {
174
            Font f = new Font (fontStr, Font.PLAIN, textView.getFont().getSize());
175
            textView.setFont (f);
176
        }

Return to bug 29604