Java 界面漂亮的打字软件源码.rar


Java 打字软件,这么漂亮的界面你相信是用Java写出来的吗?本程序拿去用来学习Java窗体编程也相当不错的例子。本打字软件功能还挺多,可实现键盘练习、字根练习、简码练习、文章练习、本地测试、网络测试、编码查询,另外还可聊天、休闲游戏等功能。
资源截图
代码片段和文件信息
import javax.swing.*;
import java.awt.*;


/**
* This code was edited or generated using CloudGarden‘s Jigloo
* SWT/Swing GUI Builder which is free for non-commercial
* use. If Jigloo is being used commercially (ie by a corporation
* company or business for any purpose whatever) then you
* should purchase a license for each developer using Jigloo.
* Please visit www.cloudgarden.com for details.
* Use of Jigloo implies acceptance of these licensing terms.
* A COMMERCIAL LICENSE HAS NOT BEEN PURCHASED FOR
* THIS MACHINE SO JIGLOO OR THIS CODE CANNOT BE USED
* LEGALLY FOR ANY CORPORATE OR COMMERCIAL PURPOSE.
*/
public class Chat  extends JInternalframe{
Mainframe parent;
private JTextPane jtp;
private JTextField txtData;

public Chat(Mainframe parent){
this.parent=parent;

setlayer(4);
        setBounds(132600); 
        this.setPreferredSize(new java.awt.Dimension(140 223));
        ((javax.swing.plaf.basic.BasicInternalframeUI) this.getUI()).setNorthPane(null);
        this.putClientProperty(“JInternalframe.isPalette“ Boolean.TRUE); 
GridBagLayout thisLayout = new GridBagLayout();
thisLayout.rowWeights = new double[] {0.1 0.1 0.0 0.0};
thisLayout.rowHeights = new int[] {7 7 49 56};
thisLayout.columnWeights = new double[] {0.0 0.0 0.0 0.0};
thisLayout.columnWidths = new int[] {0 45 45 48};
getContentPane().setLayout(thisLayout);
        setVisible(true);
        pack();
{
jtp = new JTextPane();
getContentPane().add(jtp new GridBagConstraints(1 0 4 5 0.0 0.0 GridBagConstraints.NORTH GridBagConstraints.BOTH new Insets(0 0 0 0) 0 0));
jtp.setPreferredSize(new Dimension(140 160));
jtp.setEditable(false);
}
{
txtData = new JTextField();
getContentPane().add(txtData new GridBagConstraints(1 7 3 1 0.0 0.0 GridBagConstraints.SOUTH GridBagConstraints.HORIZONTAL new Insets(0 0 0 0) 0 0));
txtData.setColumns(10);
}
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        226  2007-03-26 21:05  codesc.netFtyped.classpath

     文件        329  2007-04-04 16:05  codesc.netFtyped.fatjar

     文件        382  2007-03-26 21:05  codesc.netFtyped.project

     文件       1969  2007-04-27 13:41  codesc.netFtypedChat.class

     文件       1986  2007-04-26 13:03  codesc.netFtypedChat.java

     文件     489530  2007-04-11 21:37  codesc.netFtypedCodepy.db

     文件     308026  2007-04-11 20:57  codesc.netFtypedCodewb.db

     文件        920  2007-04-27 13:41  codesc.netFtypedcomcloudgardenlayoutAnchorConstraint.class

     文件       2456  2007-04-24 16:55  codesc.netFtypedcomcloudgardenlayoutAnchorConstraint.java

     文件       5021  2007-04-27 13:41  codesc.netFtypedcomcloudgardenlayoutAnchorLayout.class

     文件       7704  2007-04-24 16:55  codesc.netFtypedcomcloudgardenlayoutAnchorLayout.java

     文件        226  2007-04-27 13:03  codesc.netFtypedconfig.properties

     文件       1498  2007-04-27 13:41  codesc.netFtypedDistillText.class

     文件        912  2007-04-07 11:30  codesc.netFtypedDistillText.java

     文件        594  2007-04-27 13:41  codesc.netFtypedEditor$1.class

     文件        868  2007-04-27 13:41  codesc.netFtypedEditor$Empty.class

     文件      11629  2007-04-27 13:41  codesc.netFtypedEditor.class

     文件      13310  2007-04-27 13:09  codesc.netFtypedEditor.java

     文件        594  2007-04-27 13:41  codesc.netFtypedEtymon$1.class

     文件       4848  2007-04-27 13:41  codesc.netFtypedEtymon.class

     文件       5848  2007-04-26 18:12  codesc.netFtypedEtymon.java

     文件      31058  2007-04-27 13:29  codesc.netFtypedhelphelp_wbjb.html

     文件       4430  2007-04-26 21:20  codesc.netFtypedhelphelp_windows.html

     文件       4612  2007-04-26 21:21  codesc.netFtypedhelphelp_znjb.html

     文件       1176  2007-04-27 13:27  codesc.netFtypedhelpindex.html

     文件      14493  2006-05-22 21:58  codesc.netFtypedhelpShouZhi.gif

    ..A.SH.     17408  2008-11-11 23:03  codesc.netFtypedhelpThumbs.db

     文件       1829  2006-05-22 21:58  codesc.netFtypedhelpzf.htm

     文件      10815  2006-05-22 21:58  codesc.netFtypedhelpzg.gif

     文件      17317  2006-05-22 21:58  codesc.netFtypedhelphifa.gif

............此处省略98个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)