Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1020178 // selectItem_withSimplifier - for JComboBox

JavaX fragment (include)

static JComboBox selectItem_withSimplifier(final JComboBox cb, fS item, fO simplifier) {
  if (cb != null) swing {
    cb.setSelectedIndex(comboBoxFindItem_withSimplifier(cb, item, simplifier));
  }
  ret cb;
}

Author comment

Began life as a copy of #1015211

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020178
Snippet name: selectItem_withSimplifier - for JComboBox
Eternal ID of this version: #1020178/1
Text MD5: 7bcd00aae76ff40f995edd8d5247176c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-09 20:47:20
Source code size: 215 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 239 / 249
Referenced in: [show references]