Column selection Dialog Follow
Hi,
I have a plugin in eclipse, now writing it in intellij. In eclipse, for column selection dialog as in attached pic, how can i achive similar dialog in intellij.
Attachment(s):
Capture2.PNG
Please sign in to leave a comment.
Create a dialog using the DialogWrapper class, put a Swing JTable into it and fill it with data.
Hi,
Thanks for your quick respones. I will try that.