首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 一个心理学测验程序创建javaeditor。

一个心理学测验程序创建javaeditor。

  • 资源大小:15.90 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

This java applet is very simple code, just a few buttons with a textbox and text output related to a checkbox. The main idea behind this looks like : ``` import java.awt.*; import java.awt.event.*; import java.applet.Applet; /** * * Beschreibung * * @version 1.0 vom 19.03.2012 * @author Chris Skirata */ public class PsychoTest extends Applet { // Anfang Attribute private Label label1 = new Label(); private Label label2 = new Label(); private TextField textField1 = new TextField(); private Checkbox checkbox1 = new Checkbox(); private Button button1 = new Button(); private TextArea textArea1 = new TextArea("", 1, 1, TextArea.SCROLLBARS_BOTH); private String string1 = new String(); private String fail = new String(); private String clear = new String(); private boolean bool1 = false; private Button button2 = new Button(); // Ende Attribute public void init() { Panel cp = new Panel(null); cp.setBounds(0, 0, 302, 432); ad

文 件 列 表

PsychoTest$1.class
PsychoTest$2.class
PsychoTest$3.class
PsychoTest$4.class
PsychoTest$5.class
PsychoTest.class
PsychoTest.html
PsychoTest.jar
PsychoTest.java
PsychoTest.jfm
PsychoTest.~ava
PsychoTest.~fm
PsychoTest.~tml
VIP VIP
0.233980s