I am attempting to build a GUI application using TK GUI toolkit.
I tried creating a combo box widget using JBrowseEntry since the look and feel of JComboBox is not satisfactory.
But Iam unable to find a way to select and get the selected items of a JBrowseEntry combo box for further manipulations.