1 | static void addStatementDialog() {
|
2 | final new JTextField textField; |
3 | showFormTitled("Add statement",
|
4 | "", "New Statement:", |
5 | "", textField, |
6 | r {
|
7 | addToLogicList(trim(textField.getText())) |
8 | }); |
9 | } |
Began life as a copy of #1004441
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: | #1004745 |
| Snippet name: | addStatementDialog |
| Eternal ID of this version: | #1004745/1 |
| Text MD5: | 45f8d60a6aa45db915cbcba12dd4b67c |
| Author: | stefan |
| Category: | javax / gui / talking robots |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-28 17:34:42 |
| Source code size: | 221 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 772 / 788 |
| Referenced in: | [show references] |