计算机好学不

来源:百度知道 编辑:UC知道 时间:2024/06/07 23:00:15
我想学计算机,不知道好学不

/*
* About.java
*
* Created on __DATE__, __TIME__
*/

package com.zdsoft.jyl.view;

import javax.swing.ImageIcon;

/**
*
* @author __USER__
*/
public class About extends javax.swing.JDialog {

/** Creates new form About */
public About(java.awt.Frame parent, boolean modal) {
super(parent, modal);
initComponents();
this.setLocationRelativeTo(parent);

}

/** 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.
*/
//GEN-BEGIN:initComponents
// <editor-fold defaultstate="collapsed" desc="Generated Code">
private void initComponents() {

jLabel1 = new javax.swing.JLabel();
jLabel2 = new javax.swing.JLabel();
jLabel3 = new jav