1 | static JFrame frameMinWidth(JFrame frame, int w) {
|
2 | ret minFrameWidth(frame, w); |
3 | } |
4 | |
5 | static JFrame frameMinWidth(int w, JFrame frame) {
|
6 | ret minFrameWidth(w, frame); |
7 | } |
Began life as a copy of #1004439
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: | #1010294 |
| Snippet name: | frameMinWidth - synonym of minFrameWidth |
| Eternal ID of this version: | #1010294/1 |
| Text MD5: | 2485ee4109adab8483bb7e062682cf61 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-10 19:40:36 |
| Source code size: | 176 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 692 / 725 |
| Referenced in: | [show references] |