Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1035948 // test_VScrollingWrapLayout

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (11011L/62K).

static JComponent test_VScrollingWrapLayout() {
  var panel = jpanel(new VScrollingWrapLayout);
  repeat 20 { panel.add(withMargin(20, jcenteredlabel("Hello"))); }
  ret jscroll_vertical(panel);
}

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: 61 / 92
Version history: 1 change(s)
Referenced in: [show references]