Libraryless. Click here for Pure Java version (9232L/64K/225K).
1 | !7 |
2 | |
3 | concept TestCase { |
4 | S code, question, answer; |
5 | } |
6 | |
7 | p-substance { |
8 | new JTable analysisTable; |
9 | JComponent playPanel = jvsplit( |
10 | withTitle("JavaX Fragment", jTextArea()), |
11 | withTitle("Analysis", analysisTable)); |
12 | JComponent teachPanel = new SimpleCRUD(TestCase).make(); |
13 | |
14 | JFrame frame = showFrame(jtabs( |
15 | "Play", playPanel, "Teach", teachPanel); |
16 | setSplitPane(frame, 0.5); |
17 | } |
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: | #1006637 |
Snippet name: | Java Wizard [dev.] |
Eternal ID of this version: | #1006637/1 |
Text MD5: | 8c49fcffa56989e0bccf4625fa2f3835 |
Transpilation MD5: | a051f61ee5ffc8c4724444ff51c21607 |
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 18:10:28 |
Source code size: | 405 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 541 / 649 |
Referenced in: | [show references] |