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

24
LINES

< > BotCompany Repo | #1006639 // Java Wizard 2 [dev.]

JavaX source code - run with: x30.jar

!7

concept Incident {
  S inputCode;
  S question;
  S acceptedAnswer;
}

concept TestCase {
  S code, question, answer;
}

p-substance {
  final new JTextField tfQuestion;
  JComponent playPanel = jvsplit(
    withTitle("JavaX Fragment", jTextArea()),
    makeForm("Your Question", tfQuestion,
      "My Answer")));
  JComponent teachPanel = new SimpleCRUD(TestCase).make();
  
  JFrame frame = showFrame(jtabs(
    "Play", playPanel, "Teach", teachPanel);
  setSplitPane(frame, 0.5);
}

Author comment

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: 444 / 467
Referenced in: [show references]