• 大小: 3.48MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-21
  • 语言: Java
  • 标签:

资源简介

基于CS架构的Java局域网聊天程序源代码

资源截图

代码片段和文件信息

/*
 * JavaLANChatAboutBox.java
 */

package JavaLanChatServer;

import org.jdesktop.application.Action;

public class JavaLANChatAboutBox extends javax.swing.JDialog {

    public JavaLANChatAboutBox(java.awt.frame parent) {
        super(parent);
        initComponents();
        getRootPane().setDefaultButton(closeButton);
    }

    @Action public void closeAboutBox() {
        setVisible(false);
    }

    /** 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
    private void initComponents() {

        closeButton = new javax.swing.JButton();
        javax.swing.JLabel apptitleLabel = new javax.swing.JLabel();
        javax.swing.JLabel versionLabel = new javax.swing.JLabel();
        javax.swing.JLabel appVersionLabel = new javax.swing.JLabel();
        javax.swing.JLabel vendorLabel = new javax.swing.JLabel();
        javax.swing.JLabel appVendorLabel = new javax.swing.JLabel();
        javax.swing.JLabel homepageLabel = new javax.swing.JLabel();
        javax.swing.JLabel appHomepageLabel = new javax.swing.JLabel();
        javax.swing.JLabel appDescLabel = new javax.swing.JLabel();
        javax.swing.JLabel imageLabel = new javax.swing.JLabel();

        setDefaultCloseOperation(javax.swing.WindowConstants.DISPOSE_ON_CLOSE);
        org.jdesktop.application.ResourceMap resourceMap = org.jdesktop.application.Application.getInstance(JavaLanChatServer.JavaLANChatApp.class).getContext().getResourceMap(JavaLANChatAboutBox.class);
        settitle(resourceMap.getString(“title“)); // NOI18N
        setModal(true);
        setName(“aboutBox“); // NOI18N
        setResizable(false);

        javax.swing.ActionMap actionMap = org.jdesktop.application.Application.getInstance(JavaLanChatServer.JavaLANChatApp.class).getContext().getActionMap(JavaLANChatAboutBox.class this);
        closeButton.setAction(actionMap.get(“closeAboutBox“)); // NOI18N
        closeButton.setText(resourceMap.getString(“closeButton.text“)); // NOI18N
        closeButton.setName(“closeButton“); // NOI18N

        apptitleLabel.setFont(apptitleLabel.getFont().deriveFont(apptitleLabel.getFont().getstyle() | java.awt.Font.BOLD apptitleLabel.getFont().getSize()+4));
        apptitleLabel.setText(resourceMap.getString(“Application.title“)); // NOI18N
        apptitleLabel.setName(“apptitleLabel“); // NOI18N

        versionLabel.setFont(versionLabel.getFont().deriveFont(versionLabel.getFont().getstyle() | java.awt.Font.BOLD));
        versionLabel.setText(resourceMap.getString(“versionLabel.text“)); // NOI18N
        versionLabel.setName(“versionLabel“); // NOI18N

        appVersionLabel.setText(resourceMap.getString(“Application.version“)); // NOI18N
        appVersionLab

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2008-09-30 12:24  基于CS模型的Java聊天软件\
     目录           0  2008-09-30 12:19  基于CS模型的Java聊天软件\JavaLANChat\
     目录           0  2008-09-30 12:19  基于CS模型的Java聊天软件\JavaLANChat\build\
     目录           0  2008-09-30 12:19  基于CS模型的Java聊天软件\JavaLANChat\build\classes\
     目录           0  2008-09-30 12:19  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\
     文件        6141  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatAboutBox.class
     文件        1130  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatApp.class
     文件         943  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$1.class
     文件        1194  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$2.class
     文件        2384  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$3.class
     文件        1027  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$4.class
     文件         809  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$5.class
     文件         810  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$6.class
     文件         857  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView$7.class
     文件       14020  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\JavaLANChatView.class
     目录           0  2008-09-30 12:19  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\
     文件        8187  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\about.png
     目录           0  2008-09-30 12:19  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\
     文件        3588  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon0.png
     文件        3585  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon1.png
     文件        3568  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon10.png
     文件        3581  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon11.png
     文件        3589  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon12.png
     文件        3586  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon13.png
     文件        3586  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon14.png
     文件        3585  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon2.png
     文件        3572  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon3.png
     文件        3576  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon4.png
     文件        3580  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon5.png
     文件        3581  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon6.png
     文件        3598  2008-09-30 12:13  基于CS模型的Java聊天软件\JavaLANChat\build\classes\JavaLanChatServer\resources\busyicons\busy-icon7.png
............此处省略177个文件信息

评论

共有 条评论

相关资源