# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\ws\main # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: websvc.rest/src/org/netbeans/modules/websvc/rest/support/TestRestTargetPanel.java --- websvc.rest/src/org/netbeans/modules/websvc/rest/support/TestRestTargetPanel.java +++ websvc.rest/src/org/netbeans/modules/websvc/rest/support/TestRestTargetPanel.java @@ -91,6 +91,7 @@ initComponents(); myNotice.setText( NbBundle.getMessage(TestRestTargetPanel.class, "TXT_Notice")); + myNotice.putClientProperty(javax.swing.JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE); myLocal.setSelected(true); myBrowse.setEnabled( false ); ActionListener listener = new ActionListener() {