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

9
LINES

< > BotCompany Repo | #635 // A frame with two things

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

Transpiled version (494L) is out of date.

!634 // ui skeleton

JPanel panel = new JPanel(new GridLayout(2, 1));

final JTextArea textArea = new JTextArea();
panel.add(new JScrollPane(textArea));

JButton btnBla = new JButton("Bla");
panel.add(new CenteredLine(btnBla));

Author comment

Began life as a copy of #2000373

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, qbtsjoyahagl, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

Comments [hide]

ID Author/Program Comment Date
909 #1000604 (pitcher) 2015-08-20 15:28:24
902 #1000610 Edit suggestion:
!636
!629

main {
static Object androidContext;
static String programID;

public static void main(String[] args) throws Exception {
!634 // ui skeleton

JPanel panel = new JPanel(new GridLayout(2, 1));

final JTextArea textArea = new JTextArea();
panel.add(new JScrollPane(textArea));

JButton btnBla = new JButton("Bla");
panel.add(new CenteredLine(btnBla));

}}
2015-08-20 00:52:12  delete 

add comment

Snippet ID: #635
Snippet name: A frame with two things
Eternal ID of this version: #635/1
Text MD5: 45d091ac3e46e9020e13fa8cd351d007
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-08-22 01:08:03
Source code size: 235 bytes / 9 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 967 / 923
Referenced in: [show references]