this.setLocationRelativeTo(null); //JFrame 窗体设置居中。
resizable 属性:是否可以最大化。
易忘点:setVisible(true)。 //shit、
----1、JOptionPane.showMessageDialog(c,s)
----2、JOptionPane.showConfirmDialog(c,s)
对于重用频率高的代码要养成将其封装成类或是方法的习惯。