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

14
LINES

< > BotCompany Repo | #1005423 // Test showForm 2

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (3031L/21K/71K).

!752

p-awt {
  //nebula();
  mistAqua();
  final new JTextField tf1;
  final new JTextField tf2;
  showForm(
    "First Name", tf1,
    "Last Name", tf2,
    r {
      messageBox("Hello " + tf1.getText() + " " + tf2.getText() + "!");
    });
}

Author comment

Began life as a copy of #1004426

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1005423
Snippet name: Test showForm 2
Eternal ID of this version: #1005423/1
Text MD5: 55591423426640be98520e7dce5dbaf1
Transpilation MD5: 436c8613949d81b1353846ce0f75b166
Author: stefan
Category: javax / gui
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-15 16:42:37
Source code size: 257 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 435 / 498
Referenced in: [show references]