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

8
LINES

< > BotCompany Repo | #1016364 // showForm_makeInternalFrame

JavaX fragment (include)

1  
static JInternalFrame showForm_makeInternalFrame(JDesktopPane desktop, S title, JPanel panel) {
2  
  JInternalFrame f = addInternalFrame(desktop, title, withMargin(panel));
3  
  minInternalFrameWidth(f, 400);
4  
  packInternalFrameVertically(f);
5  
  centerInternalFrame(f);
6  
  // TODO: handleEscapeKey(f);
7  
  ret f;
8  
}

Author comment

Began life as a copy of #1014715

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: #1016364
Snippet name: showForm_makeInternalFrame
Eternal ID of this version: #1016364/2
Text MD5: 3e8875478b3ef4a31c6aac36d42943c6
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-16 16:09:59
Source code size: 311 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 374 / 428
Version history: 1 change(s)
Referenced in: [show references]