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 2018/11/24 22:07:17 UTC

[GitHub] junichi11 commented on issue #1029: [NETBEANS-1729] Refactoring dialog does not close

junichi11 commented on issue #1029: [NETBEANS-1729] Refactoring dialog does not close
URL: https://github.com/apache/incubator-netbeans/pull/1029#issuecomment-441398828
 
 
   > The call to `setVisible(false)` should already hide the dialog.
   
   Yes, exactly, `setVisible(false)` is called, but somehow the dialog does not close sometimes... 
   
   ![nb-refactoring-dialog-screenshot](https://user-images.githubusercontent.com/738383/48973113-7d61b880-f07b-11e8-8908-2737b0242332.png)
   
   I'm not sure the cause correctly. It seems that the dialog is closed if the `dispose()` is added.
   
   I noticed this problem because I looked https://netbeans.org/bugzilla/show_bug.cgi?id=252972#c6
   To make matters worse, I could not close the dialog even if I clicked the close button in NetBeans 8.2.

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