Libraryless. Click here for Pure Java version (4726L/26K).
1 | static <A> bool comboBoxContainsItem(JComboBox<A> cb, A item) {
|
2 | ret contains(getComboBoxItems(cb), item); |
3 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033946 |
| Snippet name: | comboBoxContainsItem |
| Eternal ID of this version: | #1033946/1 |
| Text MD5: | ca93c83acedf9618eb52b9414483ccb5 |
| Transpilation MD5: | 0a49d62a1b12118c4efd0145dcafca27 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-14 16:51:30 |
| Source code size: | 111 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 381 / 523 |
| Referenced in: | [show references] |