import java.awt.event.*; public class panel0 { JFrame frame = new JFrame(); JPanel panel = new JPanel(); JButton b1 = new JButton("Exit");
確定! 回上一頁