Java Swing JComboBox

Java examples for Swing:JComboBox

Description

Click the following links for the tutorial for Swing and JComboBox.

  1. Create JComboBox using an array of String as the list of choices
  2. Create JComboBox using a Vector of String as the list of choices
  3. Handle item selected or deselected event in the JComboBox
  4. JComboBox that displays a list of image names.
  5. JComboBox that displays a list of image names with Lambda expression
  6. Use a noneditable combo box from which a user can choose one from the drop down
  7. Handle JComboBox item selection changed event
  8. Handle Item changed event handler for combobox


  9. Change Image for label controlled by combobox
  10. Create Cell renderer for combobox
  11. Create a combo box and initialize its contents from an array
  12. Creating a combo box and add items to it
  13. Returns the currently selected Swing combobox value.
  14. When the text is longer than the Swing JComboBox text box it gets centered, this method ensures they all show the end of the text
  15. fill JComboBox Value
  16. JComboBox contains Value


  17. Create a JComboBox from an array of Objects.
  18. update JComboBox Contents
  19. Sets the background color for the specified container and all the JPanel, JLabel, JCheckBox, JComboBox, JTextField, JRadioButton, and JScrollPane components that it contains to the same color.
  20. create Standard JComboBox
  21. fill JComboBox Combo Box
  22. add To JComboBox Combo Box
  23. fill list of item to JComboBox Combo Box
  24. Replace the options in a combo box with a new set.
  25. Create a GUI component JLabel + JComboBox with a left and right margin (5px)
  26. replace JComboBox Contents
  27. set JComboBox Selection
  28. Checks if the item is in the combobox.
  29. Fixes the orientation of the renderer of a combo box.
  30. Returns the text editor component for the specified combo box.