Libraryless. Click here for Pure Java version (3031L/21K/71K).
1 | !752 |
2 | |
3 | p-awt {
|
4 | //nebula(); |
5 | mistAqua(); |
6 | final new JTextField tf1; |
7 | final new JTextField tf2; |
8 | showForm( |
9 | "First Name", tf1, |
10 | "Last Name", tf2, |
11 | r {
|
12 | messageBox("Hello " + tf1.getText() + " " + tf2.getText() + "!");
|
13 | }); |
14 | } |
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: | 701 / 830 |
| Referenced in: | [show references] |