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

19
LINES

< > BotCompany Repo | #1011113 // showInternalFrame - synonym of addInternalFrame

JavaX fragment (include)

static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final int x, final int y, final int w, final int h) {
  ret addInternalFrame(desktop, title, x, y, w, h);
}

static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final int x, final int y, final int w, final int h, Component contents) {
  ret addInternalFrame(desktop, title, x, y, w, h, contents);
}

static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, Rect r, Component contents) {
  ret addInternalFrame(desktop, title, r, contents);
}

static JInternalFrame showInternalFrame(final JDesktopPane desktop, fS title, final Component contents) {
  ret addInternalFrame(desktop, title, contents);
}

static JInternalFrame showInternalFrame(JDesktopPane desktop, S title) {
  ret addInternalFrame(desktop, title);
}

Author comment

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: 386 / 425
Version history: 5 change(s)
Referenced in: [show references]