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 234979
Collapse All | Expand All

(-)websvc.rest/src/org/netbeans/modules/websvc/rest/support/TestRestTargetPanel.java (+1 lines)
Lines 91-96 Link Here
91
        initComponents();
91
        initComponents();
92
        myNotice.setText( NbBundle.getMessage(TestRestTargetPanel.class, 
92
        myNotice.setText( NbBundle.getMessage(TestRestTargetPanel.class, 
93
                "TXT_Notice"));
93
                "TXT_Notice"));
94
        myNotice.putClientProperty(javax.swing.JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE);
94
        myLocal.setSelected(true);
95
        myLocal.setSelected(true);
95
        myBrowse.setEnabled( false );
96
        myBrowse.setEnabled( false );
96
        ActionListener listener = new ActionListener() {
97
        ActionListener listener = new ActionListener() {

Return to bug 234979