1 | directJava [[ |
2 | import drjava.util.GUIUtil; |
3 | |
4 | import javax.swing.*; |
5 | |
6 | public class PFE {
|
7 | public static void main(String[] args) {
|
8 | JFrame frame = new JFrame("A Java window made by TinyBrain");
|
9 | frame.setSize(400, 400); |
10 | GUIUtil.centerOnScreen(frame); |
11 | GUIUtil.showMainFrame(frame); |
12 | } |
13 | } |
14 | ]]() |
run -power 1000006
test run test run with input download show line numbers
Travelled to 12 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Recognizer | Recognition Result | Visualize | Recalc |
|---|---|---|---|
| #308 | 315 | [visualize] |
| Snippet ID: | #1000006 |
| Snippet name: | A Java window |
| Eternal ID of this version: | #1000006/1 |
| Text MD5: | 7dca6219b9d119e5bec6b2dccaf7df03 |
| Author: | stefan |
| Category: | images |
| Type: | Lua code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2014-02-06 20:29:39 |
| Source code size: | 315 bytes / 14 lines |
| Pitched / IR pitched: | Yes / Yes |
| Views / Downloads: | 1253 / 319 |
| Referenced in: | [show references] |