Column selection Dialog

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
0
2 comments

Create a dialog using the DialogWrapper class, put a Swing JTable into it and fill it with data.

0
Avatar
Permanently deleted user

Hi,
Thanks for your quick respones. I will try that.

0

Please sign in to leave a comment.