Index: src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.form =================================================================== RCS file: /cvs/autoupdate/src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.form,v retrieving revision 1.3 diff -u -r1.3 ModuleSelectionPanel.form --- src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.form 19 Aug 2005 09:28:50 -0000 1.3 +++ src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.form 14 Sep 2005 09:11:28 -0000 @@ -45,9 +45,6 @@ - - - Index: src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.java =================================================================== RCS file: /cvs/autoupdate/src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.java,v retrieving revision 1.12 diff -u -r1.12 ModuleSelectionPanel.java --- src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.java 6 Sep 2005 09:06:26 -0000 1.12 +++ src/org/netbeans/modules/autoupdate/catalog/ModuleSelectionPanel.java 14 Sep 2005 09:11:28 -0000 @@ -216,8 +216,7 @@ * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ - // //GEN-BEGIN:initComponents - private void initComponents() { + private void initComponents() {//GEN-BEGIN:initComponents java.awt.GridBagConstraints gridBagConstraints; modulesPanel = new javax.swing.JPanel(); @@ -243,10 +242,9 @@ modulesPanel.add(modulesLabel, gridBagConstraints); org.openide.awt.Mnemonics.setLocalizedText(uninstallButton, org.openide.util.NbBundle.getMessage(ModuleSelectionPanel.class, "BTN_ModuleSelectionPanel_Uninstall")); - uninstallButton.setToolTipText(org.openide.util.NbBundle.getMessage(ModuleSelectionPanel.class, "TT_ModuleSelectionPanel_Uninstall", new Object[] {})); uninstallButton.addActionListener(new java.awt.event.ActionListener() { - public void actionPerformed(java.awt.event.ActionEvent evt) { - uninstallButtonActionPerformed(evt); + public void actionPerformed(java.awt.event.ActionEvent ) { + uninstallButtonActionPerformed(); } }); @@ -299,8 +297,8 @@ org.openide.awt.Mnemonics.setLocalizedText(updateButton, org.openide.util.NbBundle.getBundle(ModuleSelectionPanel.class).getString("BTN_ModuleSelectionPanel_UpdateButton")); updateButton.addActionListener(new java.awt.event.ActionListener() { - public void actionPerformed(java.awt.event.ActionEvent evt) { - updateButtonActionPerformed(evt); + public void actionPerformed(java.awt.event.ActionEvent ) { + updateButtonActionPerformed(); } }); @@ -311,8 +309,7 @@ gridBagConstraints.insets = new java.awt.Insets(8, 12, 8, 0); add(updateButton, gridBagConstraints); - } - // //GEN-END:initComponents + }//GEN-END:initComponents private void updateButtonActionPerformed (java.awt.event.ActionEvent evt) {//GEN-FIRST:event_updateButtonActionPerformed Wizard.go ();