Chat room help file

编辑环境:

Uedit32(建立不要采用IDE来编辑代码,采用Uedit32 这样的工具,可以了解基础概念。对于Swing也不例外)。局部代码调试建议使用命令模式。

调试环境:

选择NetBeans 5.0(建议采用NetBeans 进行调试和代码注释)

步骤:

<!--[if !supportLists]-->1. <!--[endif]-->File \ New Project

<!--[if !supportLists]-->2. <!--[endif]-->General \ Java Application

<!--[if !supportLists]-->3. <!--[endif]-->不要设置 main project Create main class

<!--[if !supportLists]-->4. <!--[endif]-->将用Uedit32编辑的代码拷到scr中去

<!--[if !supportLists]-->5. <!--[endif]-->NetBeansfiles里面可以看到文件,这样就可以调试,和注释的编写

程序结构:

请参考doc文档。

你可能感兴趣的:(swing,ide,Netbeans)