1 | !7 |
2 | |
3 | concept Incident { |
4 | S inputCode; |
5 | S question; |
6 | S acceptedAnswer; |
7 | } |
8 | |
9 | concept TestCase { |
10 | S code, question, answer; |
11 | } |
12 | |
13 | p-substance { |
14 | final new JTextField tfQuestion; |
15 | JComponent playPanel = jvsplit( |
16 | withTitle("JavaX Fragment", jTextArea()), |
17 | makeForm("Your Question", tfQuestion, |
18 | "My Answer"))); |
19 | JComponent teachPanel = new SimpleCRUD(TestCase).make(); |
20 | |
21 | JFrame frame = showFrame(jtabs( |
22 | "Play", playPanel, "Teach", teachPanel); |
23 | setSplitPane(frame, 0.5); |
24 | } |
Began life as a copy of #1006637
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006639 |
Snippet name: | Java Wizard 2 [dev.] |
Eternal ID of this version: | #1006639/1 |
Text MD5: | cfcf8e0b175106268bfc9fd2dc2efeb7 |
Author: | stefan |
Category: | javax / meta-programming |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-01-23 23:29:38 |
Source code size: | 511 bytes / 24 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 513 / 536 |
Referenced in: | [show references] |