- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我一直在为学校编写此代码,但我遇到了一些无法修复的错误。有人可以帮助我吗!!!!该代码的作用是用户在文本框中输入数字 1 2 3 或 4,Applet 将为每个数字绘制出不同的形状。
the errors
illegal start of expression - line 53
illegal start of expression - line 53
';' expected - 53
';' expected - 53
illegal start of expression - line 63
illegal start of expression - line 63
';' expected - 63
';' expected - 63
/**
* @(#)fourshapesACON.java
*
* fourshapesACON Applet application
*
* @
* @version 1.00 2011/3/28
*/
import java.awt.*;
import java.applet.*;
import java.awt.event.*;
import javax.swing.*;
public class fourshapesACON extends Applet
{
Container pane = getContentPane();
JLabel question = new JLabel("pick one of the four shapes:1-Cirle, 2-Square, 3-Rectangle, 4-Oval");
JLabel choice1 = new JLabel("Circle");
JLabel choice2 = new JLabel("Square");
JLabel choice3 = new JLabel("Rectangle");
JLabel choice4 = new JLabel("Oval");
JLabel other = new JLabel("the number you have pick didn't match. pick from the numbers given");
JTextField answer = new JTextField(20);
JButton hey = new JButton(Enter);
public void init()
{
pane.setLayout(new FlowLayout());
pane.add(question);
pane.add(choice1);
pane.add(choice2);
pane.add(choice3);
pane.add(choice4);
pane.add(other);
pane.add(anwser);
pane.add(hey);
pane.add(Enter);
hey.addActionListener(this);
pane.setBackground(Color.BLUE);
question.setforeground(Color.WHITE);
choice1.setforeground(Color.GREEN);
choice2.setforeground(Color.GREEN);
choice3.setforeground(Color.GREEN);
choice4.setforeground(Color.GREEN);
other.setforeground(Color.RED);
public void actionPeformed(ActionEvent e)***(this is line 53)***
{
String reply = answer.getText();
String choice1="1";
String choice2="2";
String choice3="3";
String choice4="4";
public void paint(Graphics g)***(this is line 63)***
{
if (reply.equals(choice1)) {
pane.add(choice1);
g.drawRoundRect(200,200,80,80);
} else if (reply.equals(choice2)){
pane.add(choice2);
g.drawfillRect(200,200,80,80);
} else if(reply.equals(choice3)) {
pane.add(choice3);
g.drawfillRect(200,200,80,40);
} else if (reply.equals(choice4)){
pane.add(choice4);
g.drawfillOval(200,200,50,50);
} else
pane.add(other);
}
}
}
}
最佳答案
为什么paint方法是在actionPeformed中定义的?
关于java - 如何修复这些 "illegal start of expression"错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5504178/
#include #include using namespace std; //void multiply(int b); int main() { float total = 0; flo
我正在尝试加载存储在 HDFS 中的 Hadoop 集群上的 informatica 日志文件。我在 Python 中使用 subprocess 来执行此操作,但相信由于文件名而出现错误,我不确定如何
我尝试制作用于 Symfony 2 上传的 ajax 脚本。Chrome 返回此错误: Uncaught TypeError: Illegal invocation jquery.min.js:4 我
这只是一个简单的代码,用于检查一个数字是否是质数,我不知道这是编译器还是代码的问题。如果您能提供一些帮助,我们将不胜感激。 这是代码: #include "stdio.h" int main() {
当我运行这个 bash 脚本时: if [ [$EUID -ne 0] ]; then echo "This script must be run as root" 1>&2 exit 1
我最近偶然发现了 this jcstress 中的示例: @JCStressTest @State @Outcome(id = "10", expect =
我不理解这个错误(C2100:非法间接)。我标记了三个实例——都在底部附近。我在网上看过,我知道这与我的指示有关,但在 8 小时后,我完全迷路了。这里可能还有其他一些错误,但我什至无法分辨,因为我无法
我们正在运行一个 Create React App (CRA) Web 应用程序,我们已向其中添加了 Google Analytics v4。我们使用 ga-4-react 启动分析npm 包。 in
我想将多个图像对象发布到 testphp.php。但控制台打印错误说非法调用。 我已经尝试过: submit $("#sub").click(function(){ // get th
当文本框为空时尝试禁用按钮时,我在 google chrome 控制台中收到此错误: function isEmpty() { var r = document.getElementById;
我只是在玩 timesheet.js的源代码(参见具体行)并遇到一个小错误,请参见下面的代码行: '', 当我生成 HTML 并将其分成两行时,一切正常,但如果我执行以下操作将
public class Flatten { public static int[] flatten(int[][] x) { int totalLength = 0;
我的计算机上有一个 python3 脚本,我可以使用 python3motion_detection.py 运行它,并且该脚本有效,我尝试在我的 Raspberry 上使用它,但失败并显示消息非法指令
我正在尝试最近学到的一些多线程概念,但无法运行它。 它给出了 IllegalMonitorStateException 但没有弄清楚错误发生的原因。 因此,关于代码2线程引用名称填充器和写入器都共享一
这是 html 这是脚本 $('#submit').click(function() { var files = $("[type='file']")[0].fil
我尝试通过ajax提交表单,下面是表单。 Date Upload File
我几天前买了 C++ Primer 这本书,我开始学习这门新语言了! 此刻,我想弄明白为什么我自己写的这个 block 是非法的: 我将一个 const int 初始化为 512;我初始化一个指向 n
我收到以下错误消息 [Err] 1267 - Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,C
我正在尝试使用本教程创建一个 PostgreSQL 数据库: http://tutorials.jumpstartlab.com/topics/environment/environment.html
我想弄乱 Speech Recognition API,所以我从简单的页面开始,该页面在单击 body 元素时开始识别。我的 scripts.js 文件是: var recognition = new
我是一名优秀的程序员,十分优秀!