sclass DynamicVStack extends DynamicStack { swappable GridBagConstraints _componentConstraints() { ret gridBagConstraints_vstack_1(spacing); } GridBagConstraints _fillerConstraints() { ret gridBagConstraints_vstack_rest(); } }
Began life as a copy of #1006626
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: | #1014635 |
| Snippet name: | DynamicVStack - stack components vertically with simple add/removal |
| Eternal ID of this version: | #1014635/11 |
| Text MD5: | 163ce76c06f33eac7aa70193fc7b2e87 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-10-26 16:40:12 |
| Source code size: | 235 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 646 / 1243 |
| Version history: | 10 change(s) |
| Referenced in: | #1015034 - DynamicHStack - stack components horizontally with simple add/removal #1015784 - dynamicVStack2 #1034167 - Standard Classes + Interfaces (LIVE, continuation of #1003674) |