static S selectedItem(JList l) { ret getSelectedItem(l); } static S selectedItem(JComboBox cb) { ret getSelectedItem(cb); }
Began life as a copy of #1004939
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1015216 |
Snippet name: | selectedItem - synonym of getSelectedItem - for JList/JComboBox |
Eternal ID of this version: | #1015216/1 |
Text MD5: | 0c8a72f14706e917103b90ccecb21b02 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-10 20:10:44 |
Source code size: | 134 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 505 / 1231 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |