1 | please include function showSuggestion_master. |
2 | |
3 | svoid hideSuggestion() {
|
4 | hideSuggestion(showSuggestion_current); |
5 | } |
6 | |
7 | svoid hideSuggestion(final JLabel label) {
|
8 | if (label == null) ret; |
9 | disposeWindow(label); |
10 | swing {
|
11 | if (showSuggestion_current == label) showSuggestion_current = null; |
12 | } |
13 | } |
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: | 542 / 590 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |