Remove JCombobox border inside JTable
问题 I have removed the arrow button from the JComoboBox to make it look like a JTextField and added it as a celleditor. The purpose is it create an AutoSuggest(not AutoComplete) JTable cell. On Doing that the border kinda looks irking.How to change the border to make it look like textfield border on the right. I have tried removing the border created line border. But its not removing the blueish border. Using Nimbus UI. MCVE for the problem import java.util.logging.Level; import java.util.logging