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

3
LINES

< > BotCompany Repo | #1024926 // fontSizeMinus - decrease JComponent's font size

JavaX fragment (include)

static <A extends JComponent> A fontSizeMinus(int delta, A c) {
  ret fontSizePlus(-delta, c);
}

Author comment

Began life as a copy of #1020383

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024926
Snippet name: fontSizeMinus - decrease JComponent's font size
Eternal ID of this version: #1024926/1
Text MD5: 400bc6fcfc1f082a1b90dedd7109997d
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-08-30 13:25:29
Source code size: 98 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 192
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)