1 | static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final int x, final int y, final int w, final int h) { |
2 | ret addInternalFrame(desktop, title, x, y, w, h); |
3 | } |
4 | |
5 | static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final int x, final int y, final int w, final int h, Component contents) { |
6 | ret addInternalFrame(desktop, title, x, y, w, h, contents); |
7 | } |
8 | |
9 | static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, Rect r, Component contents) { |
10 | ret addInternalFrame(desktop, title, r, contents); |
11 | } |
12 | |
13 | static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final Component contents) { |
14 | ret addInternalFrame(desktop, title, contents); |
15 | } |
16 | |
17 | static JInternalFrame showInternalFrame(JDesktopPane desktop, S title) { |
18 | ret addInternalFrame(desktop, title); |
19 | } |
Began life as a copy of #1009948
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: | #1011113 |
Snippet name: | showInternalFrame - synonym of addInternalFrame |
Eternal ID of this version: | #1011113/6 |
Text MD5: | 5eadfad179b5e682715ece895a86324e |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-04 23:52:47 |
Source code size: | 859 bytes / 19 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 461 / 505 |
Version history: | 5 change(s) |
Referenced in: | [show references] |