chatgui.java
来自「一个很好的学生成绩管理系统」· Java 代码 · 共 34 行
JAVA
34 行
/* * chatgui.java * * Created on 2001年11月1日, 下午1:53 */package chat.GUI;/** * * @author administrator */public class chatgui extends javax.swing.JApplet { /** Creates new form chatgui */ public chatgui() { 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. */ private void initComponents() {//GEN-BEGIN:initComponents }//GEN-END:initComponents // Variables declaration - do not modify//GEN-BEGIN:variables // End of variables declaration//GEN-END:variables}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?