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

6
LINES

< > BotCompany Repo | #1034211 // desktopOpen

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (5022L) is out of date.

svoid desktopOpen(File f) ctex {
  if (f != null) {
    print("desktopOpen: " + f2s(f));
    Desktop.getDesktop().open(f);
  }
}

Author comment

Began life as a copy of #1026331

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034211
Snippet name: desktopOpen
Eternal ID of this version: #1034211/4
Text MD5: e06a888d650aaf4e3336f3427add2d67
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-28 23:45:13
Source code size: 133 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 132
Version history: 3 change(s)
Referenced in: [show references]