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

28
LINES

< > BotCompany Repo | #1000822 // TextArea LogView test that ALSO hangs...

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (95L/1K/4K).

!747
!actionListener {

!721 // thread {
!x1000805 // awt {

main {
  static LogView logView;
  
  !include #1000820 // the bug-free LogView

  psvm {
    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");
  }
}

Author comment

Began life as a copy of #1000821

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: #1000822
Snippet name: TextArea LogView test that ALSO hangs...
Eternal ID of this version: #1000822/1
Text MD5: fa8485797b54c8dc916377bace3fe983
Transpilation MD5: e92ce6994b961152004d147ff8ed8448
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:31:58
Source code size: 566 bytes / 28 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 553 / 568
Referenced in: [show references]