static JInternalFrame showForm_makeInternalFrame(JDesktopPane desktop, S title, JPanel panel) { JInternalFrame f = addInternalFrame(desktop, title, withMargin(panel)); minInternalFrameWidth(f, 400); packInternalFrameVertically(f); centerInternalFrame(f); // TODO: handleEscapeKey(f); ret f; }
Began life as a copy of #1014715
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: | #1016364 |
| Snippet name: | showForm_makeInternalFrame |
| Eternal ID of this version: | #1016364/2 |
| Text MD5: | 3e8875478b3ef4a31c6aac36d42943c6 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-16 16:09:59 |
| Source code size: | 311 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 686 / 745 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |