How to develop Intellij idea plugin with Messages dialog
Question 1: I use "Messages.showDialog" to show a dialog, but that dialog doesn't display the icon i supplied, it uses a java icon. when i use "Messages.showChooseDialog" to show a dialog, that icon display correctly. Why "Messages.showDialog" doesn't use my icon?
Question 2:I find that "Messages.showChooseDialog" was deprecated, what's alternatives?
Please sign in to leave a comment.
Found your original question of Stackoverflow and now ended up here too. Same question - no answer. Does anyone know what to use instead?