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

14
LINES

< > BotCompany Repo | #1034702 // G22ProjectStoryEditor backup

JavaX fragment (include) [tags: use-pretranspiled]

Uses 1485K of libraries. Click here for Pure Java version (34749L/226K).

srecord noeq G22ProjectStoryEditor(G22Utils g22utils) {
  JTextFileEditor editor;

  File textFile() { ret g22utils.projectStoryTextFile(); }
  
  IVarWithNotify<S> varText() { ret textFileAsVarWithNotify(textFile()); }
  
  cachedVisualize {
    editor = new JTextFileEditor(textFile()).autoSave(true);
    ret withTopAndBottomMargin(jRaisedCenteredSection("Project Story",
      editor.visualize()
    ));
  }
}

Author comment

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