asbachb commented on code in PR #6118:
URL: https://github.com/apache/netbeans/pull/6118#discussion_r1241497027
##########
enterprise/web.core/src/org/netbeans/modules/web/core/palette/items/IfCustomizer.java:
##########
@@ -188,10 +193,14 @@ private void initComponents() {
getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(IfCustomizer.class,
"ACSD_If_Dialog")); // NOI18N
}// </editor-fold>//GEN-END:initComponents
+
+ private void jComboBox2ActionPerformed(java.awt.event.ActionEvent evt)
{//GEN-FIRST:event_jComboBox2ActionPerformed
+ // TODO add your handling code here:
+ }//GEN-LAST:event_jComboBox2ActionPerformed
Review Comment:
Don't know exactly what happened. Going to remove that.
##########
enterprise/web.core/src/org/netbeans/modules/web/core/palette/items/IfCustomizer.java:
##########
@@ -159,6 +159,11 @@ private void initComponents() {
jLabel2.getAccessibleContext().setAccessibleName(org.openide.util.NbBundle.getMessage(IfCustomizer.class,
"ACSN_If_Variable")); // NOI18N
jLabel2.getAccessibleContext().setAccessibleDescription(org.openide.util.NbBundle.getMessage(IfCustomizer.class,
"ACSD_If_Variable")); // NOI18N
+ jComboBox2.addActionListener(new java.awt.event.ActionListener() {
+ public void actionPerformed(java.awt.event.ActionEvent evt) {
+ jComboBox2ActionPerformed(evt);
+ }
+ });
Review Comment:
Don't know exactly what happened. Going to remove that.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists