Main.java
上传用户:liou020
上传日期:2017-07-13
资源大小:4458k
文件大小:1k
源码类别:

Applet

开发平台:

Java

  1. /*
  2.  * Main.java
  3.  *
  4.  * Created on 2007年7月27日, 下午8:23
  5.  *
  6.  * To change this template, choose Tools | Template Manager
  7.  * and open the template in the editor.
  8.  */
  9. package firstexample;
  10. /**
  11.  *
  12.  * @author Administrator
  13.  */
  14. public class Main {
  15.     
  16.     /** Creates a new instance of Main */
  17.     public Main() {
  18.     }
  19.     
  20.     /**
  21.      * @param args the command line arguments
  22.      */
  23.     public static void main(String[] args) {
  24.        System.out.print("这是第一个NetBeans例子,欢迎你,未来的中国软件教父——张弘!");
  25.         // TODO code application logic here
  26.     }
  27.     
  28. }