How to display the SDK list in a JComboBox?
已回答
I'm trying to develop an IntelliJ (Java) plugin and I've managed to add a new module type to project wizard like this
for the next step, I want to provide the option to select the project SDK from a JComboBox like this
for the next step, I want to provide the option to select the project SDK from a JComboBox like this
and for that, I've created a form and bound it to a java class which extends ModuleWizardStep but I cannot figure out how to detect the SDK list and display it in a JComboBox
can someone please point me in the right direction, thanks!
请先登录再写评论。
Please try this code snippet: