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

13
LINES

< > BotCompany Repo | #1015587 // hideSuggestion

JavaX fragment (include)

please include function showSuggestion_master.

svoid hideSuggestion() {
  hideSuggestion(showSuggestion_current);
}

svoid hideSuggestion(final JLabel label) {
  if (label == null) ret;
  disposeWindow(label);
  swing {
    if (showSuggestion_current == label) showSuggestion_current = null;
  }
}

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: #1015587
Snippet name: hideSuggestion
Eternal ID of this version: #1015587/5
Text MD5: 4a16af0ea351d1a4e016edee4236586f
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-21 00:23:31
Source code size: 310 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 255 / 300
Version history: 4 change(s)
Referenced in: [show references]