Libraryless. Click here for Pure Java version (11011L/62K).
1 | static JComponent test_VScrollingWrapLayout() {
|
2 | var panel = jpanel(new VScrollingWrapLayout); |
3 | repeat 20 { panel.add(withMargin(20, jcenteredlabel("Hello"))); }
|
4 | ret jscroll_vertical(panel); |
5 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): elmgxqgtpvxh, mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1035948 |
| Snippet name: | test_VScrollingWrapLayout |
| Eternal ID of this version: | #1035948/2 |
| Text MD5: | 805f31ac42c60b1215941ec72b3dffdd |
| Transpilation MD5: | fb081af13caa1eb4032293eebb580c1c |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-08-17 17:18:32 |
| Source code size: | 200 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 374 / 459 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |