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

110
LINES

< > BotCompany Repo | #1034689 // JTextFileEditor

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

Libraryless. Click here for Pure Java version (16387L/99K).

java.lang.RuntimeException: Unknown token 2: <: 
Warning: session_start(): open(/var/lib/php/sessions/sess_is2q85u3l12vhjebehuifskaus, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
{"1000658":"print function (=System.out.println + logging in memory)","1000934":"class Q (LIVE, runnable queue, new version without idle thread)","1001049":"loadTextFile (function)","1002012":"assertNotNull","1003310":"setText - more flexible shorthand for JTextComponent\/JLabel\/JButton.setText() - uses AWT thread (and waits)","1003312":"jbutton - extended synonym of newButton","1003557":"bindToComponent - do something on showing\/un-showing of component","1004386":"northAndCenter (make BorderLayout)","1004434":"jlabel - make JLabel with automatic tooltip and popup menu","1004714":"withMargin","1004780":"sameFile - according to canonical path","1005015":"saveTextFileVerbose","1005319":"SingleComponentPanel","1006014":"jscroll - make JScrollPane","1006226":"jline - line components up left to right","1006642":"getText - get entered text\/selected item from JTextComponent or JComboBox (thread-safe)","1006954":"onChange","1007768":"faster eq function (if you never compare a BigInt to an Int or Long), LIVE","1009388":"disableButton","1009552":"startQ","1009808":"setEnabled","1010267":"singleComponentPanel","1015324":"dirOfFile","1015582":"makeUneditable","1016452":"Swingable","1016623":"enableWordWrapForTextArea","1016941":"addKeyListener","1016994":"centerAndEastWithMargin - synonym of centerAndEastWithMarginInbetween","1019840":"withSideMargin - synonym of withLeftAndRightMargin","1021237":"jTypeWriterTextArea - synonym of newTypeWriterTextArea","1029640":"rstWithPreDelay - synonym of rstWithDelay","1030467":"FileWatchService [OK]","1030787":"RSTOverQ (ReliableSingleThread that shares thread with a Q) [probably works]","1034207":"JFilePathLabel - JLabel showing file path and allowing to open in file exporer","1034646":"setEditable","1034689":"JTextFileEditor","1035400":"ctrlLetterKeyListener - e.g. Ctrl+B"} at main.fail(m1008705.java:1589) at main$jsonDecode_Y.fail_base(m1008705.java:14008) at main$jsonDecode_Y.fail(m1008705.java:14006) at main$jsonDecode_Y.parseExpr(m1008705.java:14058) at main$jsonDecode_Y.parse(m1008705.java:14012) at main.jsonDecode(m1008705.java:13990) at main.jsonDecodeMap(m1008705.java:12844) at main.getSnippetTitles(m1008705.java:10820) at main$JavaXHyperlinker.codeToHTML(m1008705.java:6209) at main.html2(m1008705.java:85) at main.html(m1008705.java:67) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.callOpt_withVarargs(m1008705.java:4387) at main.callOpt(m1008705.java:3326) at main.callHtmlMethod2(m1008705.java:11404) at main$MyHTTPD$1.get(m1008705.java:7337) at main$MyHTTPD$1.get(m1008705.java:1) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:577) at main.invokeMethod(m1008705.java:1601) at main.safeCallF(m1008705.java:642) at main.callF(m1008705.java:611) at main$MyHTTPD.serve(m1008705.java:7373) at main$NanoHTTPD.serve_2(m1008705.java:9572) at main$NanoHTTPD.serve(m1008705.java:9553) at main$NanoHTTPD$HTTPSession.execute(m1008705.java:8453) at main$NanoHTTPD$ClientHandler.run(m1008705.java:7829) at java.base/java.lang.Thread.run(Thread.java:833)

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034689
Snippet name: JTextFileEditor
Eternal ID of this version: #1034689/46
Text MD5: 7d72869325f23ca1fd2aa32903c12c16
Transpilation MD5: 1e16a9634ca0390f12af803f6687e344
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-30 00:51:32
Source code size: 2998 bytes / 110 lines
Pitched / IR pitched: No / No
Views / Downloads: 897 / 1234
Version history: 45 change(s)
Referenced in: #1003674 - Standard Classes + Interfaces (LIVE continued in #1034167)
#1034701 - JSyntaxTextFileEditor - JTextFileEditor with RSyntaxTextArea (and search)