📄 about.java
字号:
import javax.swing.*;
import java.awt.*;
public class About extends JFrame{
JLabel jLabel1;
JLabel jLabel2;
JLabel jLabel4;
JScrollPane jScrollPane1;
JLabel jLabel6;
JLabel jLabel7;
JLabel jLabel5;
JLabel jLabel3;
public About(){
this.setLayout(null);
this.setVisible(true);
{
jLabel1 = new JLabel();
this.setBounds(431, 223, 343, 230);
getContentPane().add(jLabel1);
this.setResizable(false);
jLabel1.setText("重庆信息学院软件技术java2班");
jLabel1.setFont(new java.awt.Font("楷体_GB2316",1,14));
jLabel1.setBounds(68, 63, 205, 32);
}
{
jLabel2 = new JLabel();
getContentPane().add(jLabel2);
jLabel2.setText("开发人:");
jLabel2.setBounds(115, 95, 42, 15);
}
{
jLabel3 = new JLabel();
getContentPane().add(jLabel3);
jLabel3.setText("雷仲强");
jLabel3.setBounds(163, 96, 42, 15);
}
{
jLabel4 = new JLabel();
getContentPane().add(jLabel4);
jLabel4.setText("www.leizhongqiang0412@126.com");
jLabel4.setBounds(86, 108, 240, 23);
}
{
jLabel5 = new JLabel();
getContentPane().add(jLabel5);
jLabel5.setText("QQ:564149960");
jLabel5.setBounds(121, 133, 129, 21);
}
{
jLabel7 = new JLabel();
getContentPane().add(jLabel7);
jLabel7.setText("2008年12月17日");
jLabel7.setBounds(116, 160, 95, 15);
}
{
jLabel6 = new JLabel();
getContentPane().add(jLabel6);
jLabel6.setText("jLabel6");
jLabel6.setBounds(-26, -17, 406, 80);
jLabel6.setIcon(new ImageIcon(getClass().getClassLoader().getResource("logina.jpg")));
}
{
jScrollPane1 = new JScrollPane();
getContentPane().add(jScrollPane1);
jScrollPane1.setBounds(17, 69, 301, 118);
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -