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

19
LINES

< > BotCompany Repo | #1015795 // Cubes Frame [v2, OK, no function yet]

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Uses 3874K of libraries. Click here for Pure Java version (8041L/55K).

1  
!7
2  
3  
sS background = #1009931;
4  
static JDesktopPane desktop;
5  
static JTextField lblInput;
6  
7  
p-noconsole {
8  
  autoRestart(5);
9  
  desktop = jTiledBackgroundDesktopPane(background);
10  
  autoFixDesktopPane(desktop);
11  
  cleanExitOnFrameClose(showMaximizedFrame(desktop));
12  
    
13  
  final JInternalFrame f = showCenteredInternalFrame(desktop, "Hello", 700, 150, setFontSize(20, lblInput = jcenteredtextfield("Find me some stuff")));
14  
  packInternalFrameVertically(f);
15  
  centerInternalFrame(f);
16  
  swing {
17  
    f.setLocation(f.getX(), 40);
18  
  }
19  
}

Author comment

Began life as a copy of #1011110

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: #1015795
Snippet name: Cubes Frame [v2, OK, no function yet]
Eternal ID of this version: #1015795/8
Text MD5: d2f345435358d4dabef38d6fa1bec32e
Transpilation MD5: 53dfa8b411c80690f0fa636af89934bb
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-27 21:36:52
Source code size: 541 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 334 / 824
Version history: 7 change(s)
Referenced in: [show references]