Issues about Dialog pop up Follow
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?
Please sign in to leave a 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.
Thank you very much!