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

16
LINES

< > BotCompany Repo | #1022600 // Set OS Name to "Gazelle OS" (or something else)

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

Uses 911K of libraries. Click here for Pure Java version (2336L/12K).

!7

cmodule SetOSName {
  S osName = "Gazelle OS";
  
  S switchableFields() { ret 'osName; }
  
  start {
    doIt();
    onChange(r doIt); 
  }
  
  void doIt enter {
    frameTitle(dm_desktopPane(), osName);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022600
Snippet name: Set OS Name to "Gazelle OS" (or something else)
Eternal ID of this version: #1022600/4
Text MD5: e5c2bc62e54dda771368624f368b1033
Transpilation MD5: dba8aeb31b16b49efc022384f895457b
Author: stefan
Category: javax / gazelle
Type: JavaX source code (Dynamic Module)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-23 17:30:39
Source code size: 231 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 209 / 33535
Version history: 3 change(s)
Referenced in: [show references]