摘要:
public class AA extends JFrame{public AA(){JFrame jf1=new JFrame ("Hello");jf1.setLayout(new FlowLayout());jf1.getContentPane().add(new JButton("姓名")) 阅读全文
摘要:
public class error { public static void main(String[] args) { point point1=new point(1,2); point point2=new point(1,2); point point3=new point(1,2); r 阅读全文