mbien commented on code in PR #7551:
URL: https://github.com/apache/netbeans/pull/7551#discussion_r1684825968


##########
java/java.hints/src/org/netbeans/modules/java/hints/introduce/IntroduceMethodPanel.java:
##########
@@ -254,6 +253,7 @@ private Preferences getPreferences() {
     
     public void setOkButton( JButton btn ) {
         this.btnOk = btn;
+        changeSupport.run();

Review Comment:
   well. this creates another problem i wanted to avoid. Now I probably going 
to have to init `valid` with true, otherwise it would appear to users which 
press enter quickly as if the keyboard isn't working.



-- 
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

Reply via email to