Libraryless. Click here for Pure Java version (102L/1K/4K).
!747 !actionListener { !721 // thread { !x1000805 // awt { main { static LogView logView; !include #1000820 // the bug-free LogView psvm { awt { JFrame frame = new JFrame("LogView Test"); logView = new LogView; logView.println("Hello Agnes"); //logView.println("Hello Julia"); frame.add(logView); frame.setBounds(100, 100, 500, 400); print("Showing"); frame.setVisible(true); exitOnFrameClose(frame); print("Done showing"); logView.println("Hello Julia"); print("yup"); } } }
Began life as a copy of #1000816
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1000821 |
Snippet name: | LogView test 2 |
Eternal ID of this version: | #1000821/1 |
Text MD5: | b8ad6cd26bef783736a69d6a34b8b2d1 |
Transpilation MD5: | 78024a7297235697bae9727681a37235 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-08-28 20:30:53 |
Source code size: | 614 bytes / 30 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 674 / 726 |
Referenced in: | #1000822 - TextArea LogView test that ALSO hangs... #1000824 - Redirecting stdout+stderr to LogView test #3000190 - Answer for stefanreich(>> t 20 questions) #3000382 - Answer for ferdie (>> t = 1, f = 0) #3000383 - Answer for funkoverflow (>> t=1, f=0 okay) |