Request for convenience method for listBox.getItemText(listBox.getSelectedIndex())
Open
@dankurka is already working on this.
Since Jun 10, 2015.
- Dominant language
- Java
- Stars
- 1.6k
- Forks
- 397
- Avg merge
- 4d 23h
- Merged PRs (30d)
- 7
Description
Originally reported on Google Code with ID 5878
When I use ListBoxes, I quite regularly need the text of the selected item.
Instead of using "listBox.getItemText(listBox.getSelectedIndex())" I request the addition
of a new convenience method called ListBox.getSelectedItemText().
Reported by konrad@gmx.at on 2011-01-17 15:57:40
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.