Its a composition of both the requirements.
1. Modified combobox editor to a Jbutton in which the combobox popup list doesnt appear when the editor component is pressed
2. A button on this editor component.
Thus, the clear picture is like this.
- Original editor component of combobox is JTextField which has been modified to JButton.
- I should add one more JButton (close button) on the modified editor (JButton)
- Once this close button is pressed, the pressed effect should come even on the editor button.
Hope it is clear now..
