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

5
LINES

< > BotCompany Repo | #1035075 // showFormTitled3 - using JForm. this supercedes showFormTitled+showFormTitled2

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

Libraryless. Click here for Pure Java version (15089L/90K).

static JForm showFormTitled3(S title, O... parts) {
  JForm form = JForm(parts).disposeFrameOnSubmit();
  showFrame(title, form);
  ret form;
}

Author comment

Began life as a copy of #1016470

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035075
Snippet name: showFormTitled3 - using JForm. this supercedes showFormTitled+showFormTitled2
Eternal ID of this version: #1035075/4
Text MD5: 345a91bd2826637562e13ddf24e2a48b
Transpilation MD5: 6995f819bd2d1c86aea67949ad80bf53
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-29 16:11:48
Source code size: 147 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 79 / 131
Version history: 3 change(s)
Referenced in: [show references]