Transpiled version (494L) is out of date.
1 | !634 // ui skeleton |
2 | |
3 | JPanel panel = new JPanel(new GridLayout(2, 1)); |
4 | |
5 | final JTextArea textArea = new JTextArea(); |
6 | panel.add(new JScrollPane(textArea)); |
7 | |
8 | JButton btnBla = new JButton("Bla");
|
9 | panel.add(new CenteredLine(btnBla)); |
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
| 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 |
| 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: | 1522 / 1548 |
| Referenced in: | [show references] |