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

5
LINES

< > BotCompany Repo | #1020031 // setWindowShape

JavaX fragment (include)

static void setWindowShape(Window w, Shape shape) {
  if (w != null) swing {
    w.setShape(shape);
  }
}

Author comment

Began life as a copy of #1014294

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020031
Snippet name: setWindowShape
Eternal ID of this version: #1020031/3
Text MD5: af31a7af2137ce3ac7cf9925a09afc0c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-21 18:15:07
Source code size: 109 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 235 / 271
Version history: 2 change(s)
Referenced in: [show references]