JLabel label = new JLabel("宽度:400,高度:300");// 创建标签控件
contentPane.add(label, BorderLayout.CENTER);// 添加标签控件到窗体