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

13
LINES

< > BotCompany Repo | #1009938 // jInternalFrame - make JInternalFrame with setVisible(true) and the usual features (resizable, closable etc.)

JavaX fragment (include)

sbool jInternalFrame_iconifiable = true;

static JInternalFrame jInternalFrame() {
  ret jInternalFrame("");
}

static JInternalFrame jInternalFrame(fS title) {
  ret swing(func -> JInternalFrame {
    JInternalFrame f = new JInternalFrame(title, true, true, true, jInternalFrame_iconifiable);
    f.setVisible(true);
    ret f;
  });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1009938
Snippet name: jInternalFrame - make JInternalFrame with setVisible(true) and the usual features (resizable, closable etc.)
Eternal ID of this version: #1009938/7
Text MD5: 70bc5932cfb224f67808d1c51883812d
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-28 12:35:05
Source code size: 348 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 485 / 504
Version history: 6 change(s)
Referenced in: [show references]