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

📄 ao.java

📁 该系统是B/S结构的
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
// Decompiled by Jad v1.5.7g. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi 
// Source File Name:   Ao.java

package paintchat.config;

import java.applet.Applet;
import java.awt.*;
import java.awt.event.*;
import java.util.EventObject;
import java.util.Random;
import paintchat.PProperties;
import paintchat.util.PTool;
import paintchat.util.ServerStub;

public class Ao extends Applet
    implements ActionListener, MouseListener
{

    private Checkbox ivjao_show_html;
    private TextField ivjadministratorname;
    private Label ivjaoh1;
    private Label ivjaoh2;
    private Label ivjaoh3;
    private Label ivjaoh4;
    private Label ivjaoh5;
    private Label ivjaoh6;
    private Label ivjaoh7;
    private TextField ivjchatname;
    private TextField ivjchaturl;
    private TextField ivjcommentstring;
    private TextField ivjhomepagename;
    private TextField ivjhpurl;
    private TextField ivjinformtionserveraddress;
    private Button ivjbu_ok;
    private Button ivjButton2;
    private Panel ivjPanel1;
    private FlowLayout ivjPanel1FlowLayout;

    public Ao()
    {
        ivjao_show_html = null;
        ivjadministratorname = null;
        ivjaoh1 = null;
        ivjaoh2 = null;
        ivjaoh3 = null;
        ivjaoh4 = null;
        ivjaoh5 = null;
        ivjaoh6 = null;
        ivjaoh7 = null;
        ivjchatname = null;
        ivjchaturl = null;
        ivjcommentstring = null;
        ivjhomepagename = null;
        ivjhpurl = null;
        ivjinformtionserveraddress = null;
        ivjbu_ok = null;
        ivjButton2 = null;
        ivjPanel1 = null;
        ivjPanel1FlowLayout = null;
    }

    public void actionPerformed(ActionEvent actionevent)
    {
        if(actionevent.getSource() == getButton2())
            connEtoC1(actionevent);
        if(actionevent.getSource() == getbu_ok())
            connEtoC2(actionevent);
    }

    private void connEtoC1(ActionEvent actionevent)
    {
        try
        {
            m_destroy();
        }
        catch(Throwable throwable)
        {
            handleException(throwable);
        }
    }

    private void connEtoC2(ActionEvent actionevent)
    {
        try
        {
            save();
            connEtoC3();
        }
        catch(Throwable throwable)
        {
            handleException(throwable);
        }
    }

    private void connEtoC3()
    {
        try
        {
            m_destroy();
        }
        catch(Throwable throwable)
        {
            handleException(throwable);
        }
    }

    private TextField getadministratorname()
    {
        if(ivjadministratorname == null)
            try
            {
                ivjadministratorname = new TextField();
                ivjadministratorname.setName("administratorname");
                ivjadministratorname.setColumns(42);
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjadministratorname;
    }

    private Checkbox getao_show_html()
    {
        if(ivjao_show_html == null)
            try
            {
                ivjao_show_html = new Checkbox();
                ivjao_show_html.setName("ao_show_html");
                ivjao_show_html.setLabel("ao_show_html");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjao_show_html;
    }

    private Label getaoh1()
    {
        if(ivjaoh1 == null)
            try
            {
                ivjaoh1 = new Label();
                ivjaoh1.setName("aoh1");
                ivjaoh1.setAlignment(2);
                ivjaoh1.setText("aoh1");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh1;
    }

    private Label getaoh2()
    {
        if(ivjaoh2 == null)
            try
            {
                ivjaoh2 = new Label();
                ivjaoh2.setName("aoh2");
                ivjaoh2.setAlignment(2);
                ivjaoh2.setText("aoh2");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh2;
    }

    private Label getaoh3()
    {
        if(ivjaoh3 == null)
            try
            {
                ivjaoh3 = new Label();
                ivjaoh3.setName("aoh3");
                ivjaoh3.setAlignment(2);
                ivjaoh3.setText("aoh3");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh3;
    }

    private Label getaoh4()
    {
        if(ivjaoh4 == null)
            try
            {
                ivjaoh4 = new Label();
                ivjaoh4.setName("aoh4");
                ivjaoh4.setAlignment(2);
                ivjaoh4.setText("aoh4");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh4;
    }

    private Label getaoh5()
    {
        if(ivjaoh5 == null)
            try
            {
                ivjaoh5 = new Label();
                ivjaoh5.setName("aoh5");
                ivjaoh5.setAlignment(2);
                ivjaoh5.setText("aoh5");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh5;
    }

    private Label getaoh6()
    {
        if(ivjaoh6 == null)
            try
            {
                ivjaoh6 = new Label();
                ivjaoh6.setName("aoh6");
                ivjaoh6.setAlignment(2);
                ivjaoh6.setText("aoh6");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh6;
    }

    private Label getaoh7()
    {
        if(ivjaoh7 == null)
            try
            {
                ivjaoh7 = new Label();
                ivjaoh7.setName("aoh7");
                ivjaoh7.setAlignment(2);
                ivjaoh7.setText("aoh7");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjaoh7;
    }

    public String getAppletInfo()
    {
        return "paintchat.config.Ao2 は VisualAge for Java を使用して作成されました。";
    }

    private Button getbu_ok()
    {
        if(ivjbu_ok == null)
            try
            {
                ivjbu_ok = new Button();
                ivjbu_ok.setName("bu_ok");
                ivjbu_ok.setLabel(" OK ");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjbu_ok;
    }

    private Button getButton2()
    {
        if(ivjButton2 == null)
            try
            {
                ivjButton2 = new Button();
                ivjButton2.setName("Button2");
                ivjButton2.setLabel("CANCEL");
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjButton2;
    }

    private TextField getchatname()
    {
        if(ivjchatname == null)
            try
            {
                ivjchatname = new TextField();
                ivjchatname.setName("chatname");
                ivjchatname.setColumns(42);
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjchatname;
    }

    private TextField getchaturl()
    {
        if(ivjchaturl == null)
            try
            {
                ivjchaturl = new TextField();
                ivjchaturl.setName("chaturl");
                ivjchaturl.setColumns(42);
            }
            catch(Throwable throwable)
            {
                handleException(throwable);
            }
        return ivjchaturl;
    }

    private TextField getcommentstring()
    {
        if(ivjcommentstring == null)
            try
            {
                ivjcommentstring = new TextField();

⌨️ 快捷键说明

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