📄 about.java
字号:
/*
* About.java
*
* Created on 2006年12月14日, 下午7:22
*/
package checkspelling;
/**
*
* @author Administrator
*/
public class About extends javax.swing.JFrame {
/** Creates new form About */
public About() {
initComponents();
}
/** This method is called from within the constructor to
* initialize the form.
* WARNING: Do NOT modify this code. The content of this method is
* always regenerated by the Form Editor.
*/
// <editor-fold defaultstate="collapsed" desc=" Generated Code ">//GEN-BEGIN:initComponents
private void initComponents() {
jScrollPane1 = new javax.swing.JScrollPane();
jTextArea1 = new javax.swing.JTextArea();
jButton1 = new javax.swing.JButton();
setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
setResizable(false);
jTextArea1.setColumns(20);
jTextArea1.setRows(5);
jTextArea1.setText(" \u5173\u4e8e\u5feb\u901f\u62fc\u5199\u68c0\u67e5\u7cfb\u7edf\n\n \u672c\u7cfb\u7edf\u662f\u7528\u4e8e\u68c0\u67e5\u5355\u8bcd\u6b63\u8bef\u7684\u7cfb\u7edf\u3002\u91c7\u7528NetBeans IDE 5.5\u4f5c\u4e3a\u5f00\u53d1\u5de5\u5177\u3002\n 1\uff0e\u8fdb\u884c\u62fc\u5199\u68c0\u67e5\u7684\u6587\u4ef6\u4ee5\u6587\u672c\u6587\u4ef6\u5f62\u5f0f\u5b58\u50a8\u4e8e\u5916\u5b58\u4e0a\uff1b\n 2\uff0e\u53ea\u68c0\u67e5\u6587\u4ef6\u4e2d\u82f1\u6587\u5355\u8bcd\u7684\u62fc\u5199\u9519\u8bef\uff1b\n 3\uff0e\u5355\u8bcd\u662f\u7528\u5b57\u6bcd\uff08a\u2026z\u6216A\u2026Z\uff09\u5b9a\u4e49\uff0c\u4efb\u4e00\u975e\u5b57\u6bcd\u5b57\u7b26\u4f5c\u4e3a\u5206\u9694\u7b26\uff1b\n 4\uff0e\u5224\u65ad\u5355\u8bcd\u62fc\u5199\u6b63\u8bef\u7684\u4f9d\u636e\u662f\u8bcd\u5178\uff0c\u8bcd\u5178\u4ee5\u6587\u672c\u6587\u4ef6\u5f62\u5f0f\u5b58\u653e\u4e8e\u5916\u5b58\u4e0a\uff1b\n 5\uff0e\u8bcd\u5178\u6587\u4ef6\u7b2c1\u884c\u4e3a\u8bcd\u5178\u7684\u540d\u79f0\uff0c\u4ee5\u540e\u6bcf\u4e00\u884c\u5b58\u653e\u4e00\u4e2a\u5355\u8bcd\uff1b\n 6\uff0e\u8f93\u51fa\u7ed3\u679c\u4ee5\u6587\u672c\u6587\u4ef6\u5f62\u5f0f\u5b58\u50a8\uff0c\u5176\u683c\u5f0f\u4e3a\uff1a\n \u7b2c1\u884c\uff1a\u88ab\u62fc\u5199\u68c0\u67e5\u7684\u6587\u4ef6\u540d + \u8bcd\u5178\u540d\n \u7b2c2\u884c\u540e\u7684\u6bcf\u4e00\u884c\uff1a \u51fa\u9519\u5355\u8bcd \u4f4d\u4e8e\u7b2cx\u884c\n \n \u672c\u7cfb\u7edf\u662f\u9762\u5411\u5bf9\u8c61\u7684\u7efc\u5408\u5927\u5b9e\u9a8c\u3002\u4ee5\u5c0f\u7ec4\u7684\u5f62\u5f0f\u8fdb\u884c\u3002\n \u5c0f\u7ec4\u6210\u5458\uff1a\u9093\u6881\uff0c\u6881\u6653\u65e5\uff0c\u9976\u70b3\u5357\uff0c\u949f\u7a33\u751f\u3002\n \n");
jScrollPane1.setViewportView(jTextArea1);
jButton1.setText("\u9000\u51fa");
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
}
});
org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane());
getContentPane().setLayout(layout);
layout.setHorizontalGroup(
layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(layout.createSequentialGroup()
.add(layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(layout.createSequentialGroup()
.addContainerGap()
.add(jScrollPane1, org.jdesktop.layout.GroupLayout.DEFAULT_SIZE, 380, Short.MAX_VALUE))
.add(layout.createSequentialGroup()
.add(154, 154, 154)
.add(jButton1)))
.addContainerGap())
);
layout.setVerticalGroup(
layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING)
.add(layout.createSequentialGroup()
.add(27, 27, 27)
.add(jScrollPane1, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE, 206, org.jdesktop.layout.GroupLayout.PREFERRED_SIZE)
.addPreferredGap(org.jdesktop.layout.LayoutStyle.RELATED, 32, Short.MAX_VALUE)
.add(jButton1)
.addContainerGap())
);
pack();
}// </editor-fold>//GEN-END:initComponents
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButton1ActionPerformed
this.dispose();
}//GEN-LAST:event_jButton1ActionPerformed
/**
* @param args the command line arguments
*/
public static void main(String args[]) {
java.awt.EventQueue.invokeLater(new Runnable() {
public void run() {
new About().setVisible(true);
}
});
}
// Variables declaration - do not modify//GEN-BEGIN:variables
private javax.swing.JButton jButton1;
private javax.swing.JScrollPane jScrollPane1;
private javax.swing.JTextArea jTextArea1;
// End of variables declaration//GEN-END:variables
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -