1 | sbool jInternalFrame_iconifiable = true; |
2 | |
3 | static JInternalFrame jInternalFrame() {
|
4 | ret jInternalFrame("");
|
5 | } |
6 | |
7 | static JInternalFrame jInternalFrame(fS title) {
|
8 | ret swing(func -> JInternalFrame {
|
9 | JInternalFrame f = new JInternalFrame(title, true, true, true, jInternalFrame_iconifiable); |
10 | f.setVisible(true); |
11 | ret f; |
12 | }); |
13 | } |
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: | 796 / 821 |
| Version history: | 6 change(s) |
| Referenced in: | [show references] |