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

9
LINES

< > BotCompany Repo | #1004853 // centerBigConsole

JavaX fragment (include)

static void centerBigConsole() {
  if (headless()) ret;
  //substance();
  swing {
    setConsoleInputFontSize(20);
    consoleInputField().setHorizontalAlignment(JTextField.CENTER);
    centerConsoleFrame();
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004853
Snippet name: centerBigConsole
Eternal ID of this version: #1004853/5
Text MD5: b7b3254877b53e83f0222ea9d32d7245
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-02-28 11:09:06
Source code size: 222 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 500 / 487
Version history: 4 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1007804 - bigCenterConsole - synonym of centerBigConsole
#1008460 - centerBigConsole - synonym of centerBigConsole
#1013760 - centerBigConsole2