1 | lib 1400100 // ComponentSwitcher |
2 | |
3 | import org.swing.enhance.desktop.*; |
4 | import org.swing.enhance.keystroke.*; |
5 | |
6 | svoid installInternalFrameSwitcher(final JDesktopPane desktop) { |
7 | swing { |
8 | new DesktopListener desktopListener; |
9 | desktop.addContainerListener(desktopListener); |
10 | |
11 | new SwitchDispatcher<JInternalFrame>(new DesktopSwitcher(desktop), desktopListener).start(); |
12 | } |
13 | } |
Began life as a copy of #1016824
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: | #1016825 |
Snippet name: | installInternalFrameSwitcher (use v2 instead) |
Eternal ID of this version: | #1016825/4 |
Text MD5: | d348a6124aa0302c80bcb02e39c6c040 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-08-11 14:23:31 |
Source code size: | 393 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 411 / 476 |
Version history: | 3 change(s) |
Referenced in: | [show references] |