|
static void | main (String[] args) |
|
Definition at line 4 of file FlowLayoutEx.java.
◆ go()
Definition at line 10 of file FlowLayoutEx.java.
10 {
11 JFrame frame = new JFrame();
12 frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
13 JPanel panel = new JPanel();
14 panel.setBackground(Color.DARK_GRAY);
15 frame.add(panel, BorderLayout.EAST);
16 frame.setSize(250, 200);
17 frame.setVisible(true);
18 }
Referenced by main().
◆ main()
static void FlowLayoutEx.main |
( |
String[] | args | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: