1 | // layouter: voidfunc(Container) or func(Container) -> Dimension |
2 | // (return value is preferred size) |
3 | static JPanel customLayoutPanel_relayoutOnFirstShow(fO layouter) { |
4 | ret relayoutOnFirstShow(customLayoutPanel(layouter)); |
5 | } |
6 | |
7 | static JPanel customLayoutPanel_relayoutOnFirstShow(fO layouter, fL<? extends Component> components) { |
8 | ret addAllComponents(customLayoutPanel_relayoutOnFirstShow(layouter), components); |
9 | } |
Began life as a copy of #1008604
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020243 |
Snippet name: | customLayoutPanel_relayoutOnFirstShow [trying to fix layout bug with makeForm2 in south part of BorderLayout] |
Eternal ID of this version: | #1020243/3 |
Text MD5: | 34861f3aae917358645b09d36fcbfdb0 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-11 15:18:45 |
Source code size: | 424 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 242 / 282 |
Version history: | 2 change(s) |
Referenced in: | [show references] |