Uses 911K of libraries. Click here for Pure Java version (2336L/12K).
1 | !7 |
2 | |
3 | cmodule SetOSName {
|
4 | S osName = "Gazelle OS"; |
5 | |
6 | S switchableFields() { ret 'osName; }
|
7 | |
8 | start {
|
9 | doIt(); |
10 | onChange(r doIt); |
11 | } |
12 | |
13 | void doIt enter {
|
14 | frameTitle(dm_desktopPane(), osName); |
15 | } |
16 | } |
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: | 528 / 33931 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |