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); }
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: | 396 / 510 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |