static JTable setRowHeight(final int h, final JTable t) { if (t != null) swing { t.setRowHeight(h); } ret t; } static JTable setRowHeight(JTable t, int h) { ret setRowHeight(h, t); }
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: | #1015128 |
| Snippet name: | setRowHeight - for JTable |
| Eternal ID of this version: | #1015128/2 |
| Text MD5: | d737a2a42eb47fc26edb9705df9ba373 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-03-19 14:07:27 |
| Source code size: | 192 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 679 / 675 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |