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

19
LINES

< > BotCompany Repo | #1004428 // Test JGoodies Forms

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

Uses 110K of libraries. Compilation Failed (1067L/8K).

1  
!752
2  
3  
lib 1004430
4  
5  
import com.jgoodies.forms.builder.*;
6  
7  
p {
8  
  showFrame(DefaultFormBuilder.create()
9  
    .columns("$label, ${label-component-gap}, [100dlu, pref]")
10  
    .rows("p, $lg, p, $lg, p")
11  
12  
    .add("_Title:")  .xy(1, 1)
13  
    .add(new JTextField) .xy(3, 1)
14  
    .add("_Author:") .xy(1, 3)
15  
    .add(new JTextField).xy(3, 3)
16  
    .add("_Price:")  .xy(1, 5)
17  
    .add(new JTextField) .xy(3, 5)
18  
    .build());
19  
}

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: #1004428
Snippet name: Test JGoodies Forms
Eternal ID of this version: #1004428/1
Text MD5: 5faabdd7dadbe721d7f6f244edac131d
Transpilation MD5: 9e8c30a2d1672f827fddebddc96c3ca2
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-16 18:19:14
Source code size: 427 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 398 / 422
Referenced in: [show references]