1 | static <A> A getSelected(JList<A> l) { |
2 | ret getSelectedItem_typed(l); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A getSelected(JComboBox<A> cb) { |
8 | ret getSelectedItem_typed(cb); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1034428 |
Snippet name: | getSelected - synonym of getSelectedItem_typed |
Eternal ID of this version: | #1034428/1 |
Text MD5: | 72a4786e1a8efcfa086dd83b5cbbb420 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-02-07 18:29:09 |
Source code size: | 156 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 167 / 175 |
Referenced in: | [show references] |