# 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: core.ui/src/org/netbeans/core/ui/warmup/RefreshWarningVisual.form --- core.ui/src/org/netbeans/core/ui/warmup/RefreshWarningVisual.form +++ core.ui/src/org/netbeans/core/ui/warmup/RefreshWarningVisual.form @@ -1,4 +1,4 @@ - +
@@ -41,6 +41,9 @@ + + + Index: core.ui/src/org/netbeans/core/ui/warmup/RefreshWarningVisual.java --- core.ui/src/org/netbeans/core/ui/warmup/RefreshWarningVisual.java +++ core.ui/src/org/netbeans/core/ui/warmup/RefreshWarningVisual.java @@ -73,6 +73,7 @@ private void initComponents() { info = new javax.swing.JEditorPane(); + info.putClientProperty(javax.swing.JEditorPane.HONOR_DISPLAY_PROPERTIES, Boolean.TRUE); info.setContentType("text/html"); // NOI18N info.setEditable(false);