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

7
LINES

< > BotCompany Repo | #1008002 // singleColorPanelWithSize

JavaX fragment (include)

static JPanel singleColorPanelWithSize(Color color, int w, int h) {
  ret jMinSize(w, h, singleColorPanel(color));
}

static JPanel singleColorPanelWithSize() {
  ret singleColorPanelWithSize(Color.white, 100, 100);
}

Author comment

Began life as a copy of #1003376

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: #1008002
Snippet name: singleColorPanelWithSize
Eternal ID of this version: #1008002/3
Text MD5: d0790a810315fd40cc92725e66d4921f
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-04-18 20:23:34
Source code size: 225 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 320 / 349
Version history: 2 change(s)
Referenced in: [show references]