Libraryless. Click here for Pure Java version (10799L/60K).
1 | static JComboBox jComboBox(fS... items) { |
2 | ret jcombobox(items); |
3 | } |
4 | |
5 | |
6 | |
7 | static JComboBox jComboBox(Collection<S> items) { |
8 | ret jcombobox(items); |
9 | } |
10 | |
11 | |
12 | |
13 | static JComboBox jComboBox(Collection<S> items, S selectedItem) { |
14 | ret jcombobox(items, selectedItem); |
15 | } |
16 | |
17 | static JComboBox jComboBox(S selectedItem, Collection<S> items) { |
18 | ret jcombobox(items, selectedItem); |
19 | } |
Began life as a copy of #1005084
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1015215 |
Snippet name: | jComboBox - synonym of jcombobox |
Eternal ID of this version: | #1015215/5 |
Text MD5: | 8beaa1ccb6544159c5da5d45c8af4b7e |
Transpilation MD5: | 91c70dd7051b462f780934df141ee20e |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2023-05-05 08:57:05 |
Source code size: | 380 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 478 / 720 |
Version history: | 4 change(s) |
Referenced in: | [show references] |