Instant Messaging liteip-one of the main

Source: Internet
Author: User

I wrote an instant messaging tool, liteip, which is only used in the LAN.

Java UI programming, multi-thread programming, and network programming are used.

The comment is very detailed. Here is the main. Java class:

/** <br/> * @ (#) Main. java <br/> * @ author <br/> * @ Version 1.00 2008/12/30 <br/> */<br/> Import chat. *; <br/> public class main {<br/> static int D = 0; <br/> Public static void main (string ARGs []) {<br/> // system. out. println ("test" + (d ++); // 0 <br/> If (chatlist. setjavasramsocket () {<br/> // call chatlist. setdomainramsocket, so that after the <SPAN class = 'wp _ keywordlink '> Program </span> is opened, if you click again, will not be opened twice <br/> // system. out. println ("test" + (d ++); // 1 <br/> chatlist Cl = new chatlist (); <br/> Cl. setsize (400,400); <br/> Cl. setvisible (true); <br/> // system. out. println ("test" + (d ++); // 2 <br/>}< br/> else <br/> system. out. println ("test already"); <br/>}

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.