How do I use JComboBox (strict or non-strict) from swingx? Can somebody post a simple example or tutorial? http://swingx.java.net/
How do I use JComboBox (strict or non-strict) from swingx ? Can somebody post
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SwingX components extend their
JComponentcounterparts and can be added as any otherJComponent(like using theaddComponent(....)method).If you are using NetBeans IDE 7.0 (or earlier) you can copy the class of the
JXComboBoxto the package you are using and then drag-and-drop as if you are adding from a palette.