You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/01/01 17:00:06 UTC

[GitHub] emilianbold commented on a change in pull request #1065: add a search in the "customize toolbar" dialog

emilianbold commented on a change in pull request #1065: add a search in the "customize toolbar" dialog
URL: https://github.com/apache/incubator-netbeans/pull/1065#discussion_r244642626
 
 

 ##########
 File path: core.windows/src/org/netbeans/core/windows/view/ui/toolbars/ConfigureToolbarPanel.java
 ##########
 @@ -329,6 +346,23 @@ private void switchIconSize(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_s
               tbConf.refresh();
           }
     }//GEN-LAST:event_switchIconSize
+
+    private void searchTextFieldKeyReleased(java.awt.event.KeyEvent evt) {//GEN-FIRST:event_searchTextFieldKeyReleased
+        System.out.println(searchTextField.getText());	
 
 Review comment:
   Remove System.out.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists