*/
class Num implements ActionListener{
public void actionPerformed(ActionEvent e) {
String str = e.getActionCommand();
if(IfResult){
tf.setText("");
IfResult = false;
}
if(str=="π")
{
tf.setText(String.valueOf(Math.PI));
}
else if(str=="e")
{
tf.setText(String.valueOf(Math.E));
}
else{
tf.setText(tf.getText().trim() + str);
if(tf.getText().equals("0")){
tf.setText("0");
IfResult = true;
flag = true;
}
}
}
}
/**
* 小数点的事件监听
*/
class Dot implements ActionListener{
public void actionPerformed(ActionEvent e) {
IfResult = false;
if(tf.getText().trim().indexOf(".") == -1){
tf.setText(tf.getText() + ".");
}
}
}
/**
* main方法
*/
public static void main(String[] args) {
new Calcutor().setVisible(true);
}
}
【java求e代码 java代码示例】关于java求e代码和java代码示例的介绍到此就结束了,不知道你从中找到你需要的信息了吗 ?如果你还想了解更多这方面的信息,记得收藏关注本站 。
推荐阅读
- pg提取安装包,ios如何提取安装包ipa
- 做学校公众号怎么变现的,学校公众号运营工作怎么做
- 网页里的东西怎么移到u盘,网页里的东西怎么移到u盘里面
- python函数的创建 python 创建函数
- 哔哩哔哩css3和canvas,哔哩哔哩html5播放器
- 盒子怎么安装电视机上,电视盒子怎么装软件教程
- c语言中函数能相加吗 c语言可以用函数作为参数吗
- jquerythis获取值,jquery获取属性的方法
- 显卡上的io挡板怎么拆,显卡挡板在哪