Index: javadoc/src/org/netbeans/modules/javadoc/DocSourcesManager.java =================================================================== RCS file: /cvs/javadoc/src/org/netbeans/modules/javadoc/DocSourcesManager.java,v retrieving revision 1.9 diff -u -r1.9 DocSourcesManager.java --- javadoc/src/org/netbeans/modules/javadoc/DocSourcesManager.java 27 Feb 2003 23:38:59 -0000 1.9 +++ javadoc/src/org/netbeans/modules/javadoc/DocSourcesManager.java 29 May 2003 16:26:43 -0000 @@ -478,7 +478,7 @@ setLayout(new GridBagLayout()); GridBagConstraints gridBagConstraints1; - jTextField2.setFont(new Font("Dialog", 0, 11)); //NOI18N + jTextField2.setFont(new Font("Dialog", Font.PLAIN, jTextField2.getFont().getSize())); //NOI18N jTextField2.setText(this.httpFs.getURL()); //NOI18N jTextField2.setPreferredSize(new Dimension(200, 20)); gridBagConstraints1 = new GridBagConstraints(); @@ -496,7 +496,6 @@ jLabel1.setText("URL: "); //NOI18N jLabel1.setDisplayedMnemonic('U'); // NOI18N jLabel1.setToolTipText(ResourceUtils.getBundledString("HINT_Doc_URL")); //NOI18N - jLabel1.setFont(new Font("Dialog", 0, 11)); //NOI18N jLabel1.setLabelFor(jTextField2); gridBagConstraints1 = new GridBagConstraints(); gridBagConstraints1.gridx = 0;