Uses 1485K of libraries. Click here for Pure Java version (34749L/226K).
1 | srecord noeq G22ProjectStoryEditor(G22Utils g22utils) {
|
2 | JTextFileEditor editor; |
3 | |
4 | File textFile() { ret g22utils.projectStoryTextFile(); }
|
5 | |
6 | IVarWithNotify<S> varText() { ret textFileAsVarWithNotify(textFile()); }
|
7 | |
8 | cachedVisualize {
|
9 | editor = new JTextFileEditor(textFile()).autoSave(true); |
10 | ret withTopAndBottomMargin(jRaisedCenteredSection("Project Story",
|
11 | editor.visualize() |
12 | )); |
13 | } |
14 | } |
Began life as a copy of #1034688
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034702 |
| Snippet name: | G22ProjectStoryEditor backup |
| Eternal ID of this version: | #1034702/1 |
| Text MD5: | 1655574f4e4c6750f5380dca7e0dc967 |
| Transpilation MD5: | 4a790ce69ba2e08fa8ccbb79cc0bea85 |
| Author: | stefan |
| Category: | javax / gazelle 22 |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-05 22:01:41 |
| Source code size: | 426 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 409 / 513 |
| Referenced in: | [show references] |