永发信息网

在Java中怎么在文本域输入特定文字,实现单击一哈按钮,在另一个文本框内显示特定的内容?

答案:1  悬赏:50  手机版
解决时间 2022-01-01 01:38
这里是代码
package shape;
import javax.swing.*;
import javax.swing.event.*;
import javax.swing.text.Document;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
public class frame extends JFrame {
JLabel lable1;
JTextArea text2;
JTextField text1;
JButton button;


private static final long serialVersionUID = 1L;
public void shapeSearch(boolean b){
this.setTitle("图形属性查询器");

this.setSize(400,250);
this.setResizable(b);
this.setVisible(true);

this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
}
public void imputDemo(){
JLabel lable1=new JLabel("图形名称:");
JTextArea text2=new JTextArea();
text2.setText(null);
text2.setLineWrap(true);
text2.setBounds(20, 20,300, 200);
JTextField text1=new JTextField(10);
JButton button = new JButton("查询");
JScrollPane scroll=new JScrollPane(text2);
FlowLayout seeText=new FlowLayout(FlowLayout.CENTER);
seeText.setHgap(20);
seeText.setVgap(60);
this.setLayout(seeText);
this.add(lable1);
this.add(text1);
this.add(button);
this.add(scroll);
ButtonHandle handle=new ButtonHandle();
button.addActionListener(handle);

DocumentWriter dm=new DocumentWriter();
Document doc=text1.getDocument();
doc.addDocumentListener(dm);

}
class ButtonHandle implements ActionListener{
public void actionPerformed(ActionEvent event){
if(event.getActionCommand().equals(button)){
if(text1.getText()=="圆形"){
text2.setText("该圆形的半径是3\n"+"周长是18.84\n"+"面积是28.26");

}
else if(text1.getText()=="矩形"){
text2.setText("该矩形的长是5,宽是4\n"+"周长是18\n"+"面积是20");
text2.setVisible(true);
}
else if(text1.getText()=="三角形"){
text2.setText("该三角形的底边是3,高是4,斜边是5\n"+"周长是12\n"+"面积是6");
text2.setVisible(true);
}
}
}
}
class DocumentWriter implements DocumentListener{
public void changedUpdate(DocumentEvent e){}
public void insertUpdate(DocumentEvent e){}
public void removeUpdate(DocumentEvent e){}
}
public static void main(String[] args)throws Exception{
frame littleFrame =new frame();
littleFrame.shapeSearch(false);
littleFrame.imputDemo();

}
}
比如在文本域里输入三角形,点击查询按钮,下面的文本框没反应,考虑的好长时间都不知道问题出在哪里求大神帮忙
最佳答案
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JScrollPane;
import javax.swing.JTextArea;
import javax.swing.JTextField;
import javax.swing.event.DocumentEvent;
import javax.swing.event.DocumentListener;
import javax.swing.text.Document;

public class frame extends JFrame
{
JLabel lable1;
JTextArea text2;
JTextField text1;
JButton button;

private static final long serialVersionUID = 1L;

public void shapeSearch ( boolean b )
{
this.setTitle ("图形属性查询器");
this.setSize (400, 250);
this.setResizable (b);
this.setVisible (true);
this.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE);
}

public void imputDemo ()
{
JLabel lable1 = new JLabel ("图形名称:");
text2 = new JTextArea ();
text2.setText (null);
text2.setLineWrap (true);
text2.setBounds (20, 20, 300, 200);
text1 = new JTextField (10);
JButton button = new JButton ("查询");
JScrollPane scroll = new JScrollPane (text2);
FlowLayout seeText = new FlowLayout (FlowLayout.CENTER);
seeText.setHgap (20);
seeText.setVgap (60);
this.setLayout (seeText);
this.add (lable1);
this.add (text1);
this.add (button);
this.add (scroll);
ButtonHandle handle = new ButtonHandle ();
button.addActionListener (handle);
DocumentWriter dm = new DocumentWriter ();
Document doc = text1.getDocument ();
doc.addDocumentListener (dm);
this.setVisible (true);
}

class ButtonHandle implements ActionListener
{
public void actionPerformed ( ActionEvent event )
{
if (event.getActionCommand ().equals ("查询"))
{
if ("圆形".equals (text1.getText ()))
{
text2.setText ("该圆形的半径是3\n" + "周长是18.84\n" + "面积是28.26");
}
else if ("矩形".equals (text1.getText ()))
{
text2.setText ("该矩形的长是5,宽是4\n" + "周长是18\n" + "面积是20");
text2.setVisible (true);
}
else if ("三角形".equals (text1.getText ()))
{
text2.setText ("该三角形的底边是3,高是4,斜边是5\n" + "周长是12\n" + "面积是6");
text2.setVisible (true);
}
}
}
}

class DocumentWriter implements DocumentListener
{
public void changedUpdate ( DocumentEvent e )
{}

public void insertUpdate ( DocumentEvent e )
{}

public void removeUpdate ( DocumentEvent e )
{}
}

public static void main ( String[] args ) throws Exception
{
frame littleFrame = new frame ();
littleFrame.shapeSearch (false);
littleFrame.imputDemo ();
}
}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
房县十堰派乐汉堡哪位知道具体地址啊
怎样删除移动家庭短号成员?
买了套二手房,交房了还未办理房产证,税费怎
荤粤语怎么读
为什么别人坐热的凳子不能马上坐下去?
爱普生R230左边两个指示灯同时闪是怎么回事?
某件商品在9月份的价格为100元,经过两个月后
双摄像头手机有什么用 双摄像头有什么好处
单选题下列四个算式:(-a)3?(-a2)2=-a7;
单片厚实锯齿宽叶尖形,叶背面有褐色斑蚊,茎
刘关张三人是如何相识并结为兄弟的
第一次见面,可是怎么弄都不硬!
宥字的五行属性,宥的五行属什么,笔画数多少
梦见大把大把的掉头发
一个女孩子不爱发朋友圈,但是经常发她的照片
推荐资讯
申请微信支付需要什么条件 如何申请微信支付
MP4触摸和按键哪个好
移动手机怎么开通绿钻
中空玻璃热压机温度上不去怎么回事
女生什么时候结婚合适?
Atthepressconferenceheldafterthem
我是付强,我喜欢段佳豪,我们是男生,但我们会
单选题________ofthestudentsinourclasswa
一根竹子五节打一成语
为什么灵翼浮岛敌对状态
观察下列等式,你会发现什么规律:1×3+1=22
you can not even find a shit什么意思
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?