lib 1400100 // ComponentSwitcher import org.swing.enhance.desktop.*; import org.swing.enhance.keystroke.*; svoid installInternalFrameSwitcher(final JDesktopPane desktop) { swing { new DesktopListener desktopListener; desktop.addContainerListener(desktopListener); new SwitchDispatcher<JInternalFrame>(new DesktopSwitcher(desktop), desktopListener).start(); } }
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: | 636 / 719 | 
| Version history: | 3 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016948 - installInternalFrameSwitcher_v2 |