public class GUI { public static void main(String[] args) { JFrame demo = new JFrame("Layout Demo"); demo.setSize(300, 300); demo.
確定! 回上一頁