⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ireportabout.java

📁 优秀的打印控件全源代码,类似水晶表的设计器!
💻 JAVA
📖 第 1 页 / 共 4 页
字号:
        /** 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        jTabbedPane1 = new javax.swing.JTabbedPane();        jPanel2 = new javax.swing.JPanel();        jButton1 = new javax.swing.JButton();        jEditorPaneAbout = new javax.swing.JEditorPane();        jPanel3 = new javax.swing.JPanel();        jScrollPane1 = new javax.swing.JScrollPane();        jEditorPane1 = new javax.swing.JEditorPane();        jScrollPane2 = new javax.swing.JScrollPane();        jEditorPane2 = new javax.swing.JEditorPane();        jScrollPane3 = new javax.swing.JScrollPane();        jTableProperties = new javax.swing.JTable();        jPanel1 = new javax.swing.JPanel();        jButton2 = new javax.swing.JButton();        setResizable(false);        addWindowListener(new java.awt.event.WindowAdapter() {            public void windowClosing(java.awt.event.WindowEvent evt) {                closeDialog(evt);            }        });        jPanel2.setLayout(null);        jButton1.setIcon(new javax.swing.ImageIcon(getClass().getResource("/it/businesslogic/ireport/icons/logo.jpg")));        jButton1.setBorder(null);        jPanel2.add(jButton1);        jButton1.setBounds(6, 4, 300, 109);        jEditorPaneAbout.setBackground(new java.awt.Color(204, 204, 204));        jEditorPaneAbout.setBorder(new javax.swing.border.EtchedBorder());        jEditorPaneAbout.setEditable(false);        jPanel2.add(jEditorPaneAbout);        jEditorPaneAbout.setBounds(12, 114, 288, 184);        jTabbedPane1.addTab("About", jPanel2);        jPanel3.setLayout(new java.awt.BorderLayout());        jScrollPane1.setPreferredSize(new java.awt.Dimension(13, 1200));

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -