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

9
LINES

< > BotCompany Repo | #1020243 // customLayoutPanel_relayoutOnFirstShow [trying to fix layout bug with makeForm2 in south part of BorderLayout]

JavaX fragment (include)

// layouter: voidfunc(Container) or func(Container) -> Dimension
// (return value is preferred size)
static JPanel customLayoutPanel_relayoutOnFirstShow(fO layouter) {
  ret relayoutOnFirstShow(customLayoutPanel(layouter));
}

static JPanel customLayoutPanel_relayoutOnFirstShow(fO layouter, fL<? extends Component> components) {
  ret addAllComponents(customLayoutPanel_relayoutOnFirstShow(layouter), components);
}

Author comment

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: 181 / 215
Version history: 2 change(s)
Referenced in: [show references]