Libraryless. Click here for Pure Java version (10799L/60K).
static JComboBox jComboBox(fS... items) { ret jcombobox(items); } static JComboBox jComboBox(Collection<S> items) { ret jcombobox(items); } static JComboBox jComboBox(Collection<S> items, S selectedItem) { ret jcombobox(items, selectedItem); } static JComboBox jComboBox(S selectedItem, Collection<S> items) { ret jcombobox(items, selectedItem); }
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: | 474 / 714 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |