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: | 563 / 582 |
Version history: | 6 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |