static <A extends JTextComponent> A setBlinkRate(final int ms, final A a) { if (a != null) swing { a.getCaret().setBlinkRate(ms); } ret a; } static <A extends JTextComponent> A setBlinkRate(final A a, final int ms) { ret setBlinkRate(ms, a); }
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: | #1020968 |
Snippet name: | setBlinkRate |
Eternal ID of this version: | #1020968/3 |
Text MD5: | ae6687cbcec91656cf3e029c8ab61410 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-13 22:31:37 |
Source code size: | 253 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 301 / 342 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |