#acl All: == ウインドウの表示 == {{{#!java import javax.swing.*; public class Sample { public static void main(String[] args) { JFrame f; f = new JFrame(); f.setVisible(true); } } }}} . {{attachment:swing01.png}}