Uses 1689K of libraries. Click here for Pure Java version (23770L/126K).
!7 concept Profile { S name, options; S computerID; // to send clipboard etc (optional) S passwordID; // global ID to send to #1029670 bool hasPassword() { ret nempty(passwordID); } bool hasComputerID() { ret nempty(computerID); } } cmodule2 VNCViewerTrayIcon > DynCRUD<Profile> { transient TrayIcon trayIcon; switchable bool inProcess; // don't think true works yet transient ReliableSingleThread rstMakeTrayIcon = dm_rst(this, r makeTrayIcon); SimpleCRUD<Profile> makeCRUD() { var crud = super.makeCRUD(); //crud.editOnDoubleClick = false; ret crud; } start { db(); onConceptsChangeAndNow(r { doLater(2.0, rstMakeTrayIcon) }); } void makeTrayIcon enter { disposeTrayIcon(trayIcon); new L menuItems; // no left-click action for (Profile p : sortConceptsByID(list(Profile))) if (nemptyAfterTrim(p.options)) addAll(menuItems, "VNC to " + p.name, rThread { launch(p) }); add(menuItems, "---"); L<Profile> withComputerID = filter(p -> p.hasComputerID(), list(Profile)); if (nempty(withComputerID)) { for (Profile p : withComputerID) { addAll(menuItems, "Send clipboard to " + p.name, rThreadEnter { dm_sendClipboardTo_verbose(p.computerID) }); addAll(menuItems, "Grab clipboard from " + p.name, rThreadEnter { dm_grabClipboardFrom_verbose(p.computerID) }); } add(menuItems, "---"); } addAll(menuItems, "VNC Viewer Connection Dialog", rThread { if (inProcess) launchVNCViewer_inProcess(); else launchVNCViewer() }); addAll(menuItems, "Edit Profiles...", rThread dm_activateOSAndModule); pcall { trayIcon = installTrayIcon(#1101468, "Start VNC Viewer", menuItems); } } afterVisualize { // TODO: disable when at beginning/end of list addSelectionDependentButton("Move Up", r { Profile a = selected(), b = itemBefore(list(), a); if (a != null && b != null) swapConceptIDs(a, b); }); addSelectionDependentButton("Move Down", r { Profile a = selected(), b = itemAfter(list(), a); if (a != null && b != null) swapConceptIDs(a, b); }); addSelectionDependentButton("Connect", rThreadEnter { launch(selected()); }); tablePopupMenu_first(table(), voidfunc(JPopupMenu menu, int row) { Profile p = selected(), ret if null; addMenuItem(menu, "Connect", r { launch(p) }); if (p.hasPassword()) addMenuItem(menu, "Copy password", rThreadEnter { copyPassword(p) }); if (p.hasComputerID()) addMenuItem(menu, "Send clipboard there", rThreadEnter { dm_sendClipboardTo_verbose(p.computerID) }); }); } void cleanMeUp { disposeTrayIcon(trayIcon); } void copyPassword(Profile p) { dm_copyPasswordForGlobalIDToClipboard(p.passwordID); } void launch(Profile p) { if (p == null) ret; copyPassword(p); if (inProcess) launchVNCViewer_inProcess(p.options); else launchVNCViewer(p.options); } }
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gjtlkbvenryc, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
ID | Author/Program | Comment | Date |
---|---|---|---|
2311 | ncmufcmu | 555 | 2024-10-01 04:08:41 |
2309 | ncmufcmu | 555 | 2024-10-01 04:08:41 |
2308 | ncmufcmu | 555 | 2024-10-01 04:04:32 |
2307 | ncmufcmu | 555 | 2024-10-01 04:04:32 |
2306 | ncmufcmu | 555 | 2024-10-01 04:04:32 |
2305 | ncmufcmu | 555 | 2024-10-01 04:04:32 |
2304 | ncmufcmu | 555 | 2024-10-01 04:04:31 |
2303 | ncmufcmu | 555 | 2024-10-01 04:04:29 |
2301 | ncmufcmu | 555 | 2024-10-01 04:04:25 |
2300 | ncmufcmu | 555 | 2024-10-01 04:04:23 |
2299 | ncmufcmu | 555 | 2024-10-01 04:04:22 |
2298 | ncmufcmu | 555 | 2024-10-01 04:04:20 |
2297 | ncmufcmu | 555 | 2024-10-01 04:04:19 |
2296 | ncmufcmu | 555 | 2024-10-01 04:04:18 |
2295 | ncmufcmu | 555 | 2024-10-01 04:04:17 |
2294 | ncmufcmu | 555 | 2024-10-01 04:04:16 |
2291 | ncmufcmu | 555 | 2024-10-01 04:04:13 |
2285 | ncmufcmu | 555 | 2024-10-01 04:04:12 |
2284 | ncmufcmu | 555 | 2024-10-01 04:04:12 |
2283 | ncmufcmu | @@yPopw | 2024-10-01 04:04:12 |
2282 | ncmufcmu | 555????%2527%2522\'\" | 2024-10-01 04:04:12 |
2281 | ncmufcmu | 555'" | 2024-10-01 04:04:12 |
2280 | ncmufcmu | 555 | 2024-10-01 04:04:12 |
2279 | ncmufcmu | 555'||DBMS_PIPE.RECEIVE_MESSAGE(CHR(98)||CHR(98)||CHR(98),15)||' | 2024-10-01 04:04:12 |
2278 | ncmufcmu | 555*DBMS_PIPE.RECEIVE_MESSAGE(CHR(99)||CHR(99)||CHR(99),15) | 2024-10-01 04:04:11 |
2277 | ncmufcmu | 555J7eTHuqM')) OR 893=(SELECT 893 FROM PG_SLEEP(15))-- | 2024-10-01 04:04:11 |
2276 | ncmufcmu | 5551GXWhmhy') OR 388=(SELECT 388 FROM PG_SLEEP(15))-- | 2024-10-01 04:04:10 |
2275 | ncmufcmu | 5553Dzz3Phi' OR 28=(SELECT 28 FROM PG_SLEEP(15))-- | 2024-10-01 04:04:10 |
2274 | ncmufcmu | 555-1)) OR 405=(SELECT 405 FROM PG_SLEEP(15))-- | 2024-10-01 04:04:08 |
2273 | ncmufcmu | 555-1) OR 797=(SELECT 797 FROM PG_SLEEP(15))-- | 2024-10-01 04:04:08 |
2272 | ncmufcmu | 555-1 OR 524=(SELECT 524 FROM PG_SLEEP(15))-- | 2024-10-01 04:04:05 |
2271 | ncmufcmu | 555prg9C5E9'; waitfor delay '0:0:15' -- | 2024-10-01 04:04:05 |
2270 | ncmufcmu | 555-1 waitfor delay '0:0:15' -- | 2024-10-01 04:04:05 |
2269 | ncmufcmu | 555-1); waitfor delay '0:0:15' -- | 2024-10-01 04:04:04 |
2268 | ncmufcmu | 555-1; waitfor delay '0:0:15' -- | 2024-10-01 04:04:04 |
2267 | ncmufcmu | (select(0)from(select(sleep(15)))v)/*'+(select(0)from(select(sleep(15)))v)+'"+(select(0)from(select(sleep(15)))v)+"*/ | 2024-10-01 04:04:04 |
2266 | ncmufcmu | 5550"XOR(555*if(now()=sysdate(),sleep(15),0))XOR"Z | 2024-10-01 04:04:04 |
2265 | ncmufcmu | 5550'XOR(555*if(now()=sysdate(),sleep(15),0))XOR'Z | 2024-10-01 04:04:04 |
2264 | ncmufcmu | 555*if(now()=sysdate(),sleep(15),0) | 2024-10-01 04:04:04 |
2263 | ncmufcmu | -1" OR 2+571-571-1=0+0+0+1 -- | 2024-10-01 04:04:04 |
2262 | ncmufcmu | -1' OR 2+277-277-1=0+0+0+1 or 'V2HSnZGR'=' | 2024-10-01 04:04:04 |
2261 | ncmufcmu | -1' OR 2+727-727-1=0+0+0+1 -- | 2024-10-01 04:04:04 |
2260 | ncmufcmu | -1 OR 2+391-391-1=0+0+0+1 | 2024-10-01 04:04:04 |
2259 | ncmufcmu | -1 OR 2+674-674-1=0+0+0+1 -- | 2024-10-01 04:04:04 |
2258 | ncmufcmu | 555 | 2024-10-01 04:04:04 |
2257 | ncmufcmu | 555 | 2024-10-01 04:04:03 |
2233 | ncmufcmu | 555 | 2024-10-01 04:03:41 |
2157 | ncmufcmu | 555 | 2024-10-01 04:02:45 |
2156 | ncmufcmu | 555 | 2024-10-01 04:02:45 |
2155 | ncmufcmu | 555 | 2024-10-01 04:02:45 |
2154 | ncmufcmu | 555 | 2024-10-01 04:02:45 |
2153 | ncmufcmu | 555 | 2024-10-01 04:02:45 |
2152 | ncmufcmu | 555 | 2024-10-01 04:02:44 |
2151 | ncmufcmu | 555 | 2024-10-01 04:02:43 |
2150 | ncmufcmu | 555 | 2024-10-01 04:02:42 |
2149 | ncmufcmu | 555 | 2024-10-01 04:02:41 |
2148 | ncmufcmu | 555 | 2024-10-01 04:02:41 |
2147 | ncmufcmu | 555 | 2024-10-01 04:02:40 |
2146 | ncmufcmu | 555 | 2024-10-01 04:02:39 |
2145 | ncmufcmu | 555 | 2024-10-01 04:02:38 |
Snippet ID: | #1020554 |
Snippet name: | VNC Viewer Tray Icon |
Eternal ID of this version: | #1020554/53 |
Text MD5: | 8d2f2b9c03a0540f5207a288e3205819 |
Transpilation MD5: | fb791ecf3633e64811a17f211b5a7263 |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | Yes |
Created/modified: | 2024-09-27 15:22:28 |
Source code size: | 2978 bytes / 89 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 923 / 12888 |
Version history: | 52 change(s) |
Referenced in: | [show references] |