IDEA 13 Does not generate SetModel for JComboBox
IDEA 13 Does not generate SetModel for JComboBox.
During JComboBox creation in UI, I've added tooltips text - "Tooltp text" and model:
1
2
3
4
generated result below
wmcombobox = new JComboBox();
wmcombobox.setToolTipText("Tooltp text");
there is now setmodel call in generated source code.
If I switch from source code to Java class - everything work OK.
Can you help?
Sincerely yours...
Please sign in to leave a comment.
Hello.
This is the issue: http://youtrack.jetbrains.com/issue/IDEA-83839
Regards,
Alexander.
There is no solution at all at the http://youtrack.jetbrains.com/issue/IDEA-83839
besides of switching to 32-bit development environment or manualy put some code for
JComboBox model. Am I right?
Basically - yes, at the moment the code has to be added manually.
Alexander.
It's very strange for 3 main versions (from 11 to 13) the same error persists!
Thank you.
Sincerely yours, ....