Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1014526 // doubleWindowSizeToTheLeft

JavaX fragment (include)

static void doubleWindowSizeToTheLeft(final Component c) {
  swing {
    Window w = getWindow(c);
    if (w == null) ret;
    int width = w.getWidth();
    w.setBounds(w.getX()-width, w.getY(), width*2, w.getHeight());
  }
}

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: #1014526
Snippet name: doubleWindowSizeToTheLeft
Eternal ID of this version: #1014526/1
Text MD5: 8d25bef6fc61102899ad8456504dfe0e
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-23 17:40:16
Source code size: 231 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 325 / 351
Referenced in: [show references]