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

7
LINES

< > BotCompany Repo | #1004148 // showMaximizedFrame - better in non-AWT thread (so it can wait for the maximization)

JavaX fragment (include)

1  
static JFrame showMaximizedFrame(JComponent content) {
2  
  ret maximizeFrame(showFrame(content));
3  
}
4  
5  
static JFrame showMaximizedFrame(S title, JComponent content) {
6  
  ret maximizeFrame(showFrame(title, content));
7  
}

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: #1004148
Snippet name: showMaximizedFrame - better in non-AWT thread (so it can wait for the maximization)
Eternal ID of this version: #1004148/2
Text MD5: 4e505ac9e1ecfd1ad0fe4b4d255bc2ab
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-15 16:05:05
Source code size: 218 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 506 / 543
Version history: 1 change(s)
Referenced in: [show references]