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

14
LINES

< > BotCompany Repo | #1016451 // Input Reverser v2 (OK, with input choice)

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Libraryless. Click here for Pure Java version (14687L/101K).

!7

sclass InputReverser extends DynTextArea {
  InputChooser inputChooser = new(this);
  
  JComponent visualize() {
    ret northAndCenter(wrap(inputChooser), super.visualize());
  }

  void update {
    if (inputChooser.update())
      setText(reversed(inputChooser.input()));
  }
}

Author comment

Began life as a copy of #1016448

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1016451
Snippet name: Input Reverser v2 (OK, with input choice)
Eternal ID of this version: #1016451/4
Text MD5: 5163bd51f88182edf5fba4d3ff7b6423
Transpilation MD5: 8cbb9ad5435bae9d45939040fb414e20
Author: stefan
Category: javax / stefan's os
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-18 19:02:52
Source code size: 298 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 387 / 752
Version history: 3 change(s)
Referenced in: [show references]