static JTextField disableTextField(final JTextField tf) { if (tf != null) swing { tf.setEnabled(false); } ret tf; }
Began life as a copy of #1008617
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: | #1008618 |
Snippet name: | disableTextField |
Eternal ID of this version: | #1008618/4 |
Text MD5: | 18f5f0411470ae725b9fb72c11db6450 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-08-17 18:22:52 |
Source code size: | 122 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 576 / 627 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1009388 - disableButton #1015582 - makeUneditable #1024572 - disableTextArea |