1 | sclass DynamicHStack extends DynamicStack {
|
2 | *() {}
|
3 | *(bool useFiller) { super(useFiller); }
|
4 | |
5 | GridBagConstraints _componentConstraints() { ret gridBagConstraints_hstack_1(spacing); }
|
6 | GridBagConstraints _fillerConstraints() { ret gridBagConstraints_hstack_rest(); }
|
7 | } |
Began life as a copy of #1014635
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015034 |
| Snippet name: | DynamicHStack - stack components horizontally with simple add/removal |
| Eternal ID of this version: | #1015034/8 |
| Text MD5: | dd41c617dcbd24eb2afd833bfe38e727 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-05 00:24:32 |
| Source code size: | 282 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 791 / 1361 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |