Issues about Dialog pop up

Answered

I am programing a plugin, first I want to set a button in a form,when I click the button a dialog need to  pop up, In java swing, How can I click a button while triggers a dialog?

2 comments
Comment actions Permalink
Official comment

Please see http://www.jetbrains.org/intellij/sdk/docs/user_interface_components/dialog_wrapper.html which is the standard way of showing dialogs in IntelliJ Platform.

Comment actions Permalink

Thank you very much!

0

Please sign in to leave a comment.