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

3
LINES

< > BotCompany Repo | #1033422 // newRectangle

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (28L/1K).

static Rectangle newRectangle(int x1, int y1, int w, int h) {
  ret new Rectangle(x1, y1, w, h);
}

Author comment

Began life as a copy of #1010659

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033422
Snippet name: newRectangle
Eternal ID of this version: #1033422/3
Text MD5: 0e3b09d24c57ae57bf27884b3bf9dc97
Transpilation MD5: 29b1914c7501066d19dc007352dd8d83
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-27 12:58:21
Source code size: 100 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 104 / 148
Version history: 2 change(s)
Referenced in: [show references]