JPanel 即为基本面板面板和JFrame一样都是容器,不过面板一般用来充当中间容器,把组件放在面板上, ... setLayout(null); JPanel p1 = new JPanel();
確定! 回上一頁