1 | // f modifies original content pane |
2 | // f: Component -> Component |
3 | static JSplitPane addToWindowSplitLeft_f(Component c, Component toAdd, O f) { |
4 | JFrame frame = getFrame(c); |
5 | JSplitPane sp; |
6 | setContentPane(frame, sp = jhsplit(toAdd, (Component) callF(f, frame.getContentPane()))); |
7 | ret sp; |
8 | } |
Began life as a copy of #1009269
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: | #1010379 |
Snippet name: | addToWindowSplitLeft_f |
Eternal ID of this version: | #1010379/1 |
Text MD5: | a7b020ac0696322093a3d4a0a91cc644 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-13 17:11:11 |
Source code size: | 300 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 521 / 547 |
Referenced in: | [show references] |