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

18
LINES

< > BotCompany Repo | #1009943 // lalala 4 [with Substance, has weird white border]

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

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

!7

p-substance {
  //showFullScreenImage_noScrollPane(#1009931);
  JTextField tf = jcenteredtextfield();
  JDesktopPane desktop = jTiledBackgroundDesktopPane(#1009931);
  final JPanel bg = jtransparent_recursive(
    jfullcenter(withBottomMargin(550, jMinWidth(400,
      setFontSize(30, tf)))));
  //desktop.add(setBounds(100, 100, 1000, 100, tf));
  desktop.add(bg);
  desktop.setLayout(layoutManagerFromFunction(voidfunc(Container c) {
    bg.setBounds(0, 0, c.getWidth(), c.getHeight());
  }));
  desktop.add(setBounds(100, 400, 300, 200, jInternalFrame("Hello!")));
  showFullScreen(desktop);
  hideConsole();
}

Author comment

Began life as a copy of #1009940

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: #1009943
Snippet name: lalala 4 [with Substance, has weird white border]
Eternal ID of this version: #1009943/3
Text MD5: b4abbdd67c1019c6c9a198efa920caf9
Transpilation MD5: 53d3791bc5747db3e502aba0cfab9865
Author: stefan
Category: javax / a.i.
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-27 03:29:01
Source code size: 634 bytes / 18 lines
Pitched / IR pitched: No / No
Views / Downloads: 560 / 1001
Version history: 2 change(s)
Referenced in: [show references]