Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

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.

Any suggestions?
Thanks in advance,
Sujana
  • Comment on What is the method used to select a value in a JBrowseEntry combo box and to get the selected data in a variable.

Replies are listed 'Best First'.
Re: What is the method used to select a value in a JBrowseEntry combo box and to get the selected data in a variable.
by Anonymous Monk on May 05, 2009 at 06:11 UTC