[*]前 次[#] [0]戻 [4]履歴
[1]最新 [2]最初 ▼[3]コメント欄
35:A 11/07 10:43 ID:???
public void actionPerformed(ActionEvent e){
if(e.getSource() == dou){
System.exit(0);
}
else if(e.getSource() == dou){
if(!decimal){
decimal = true;
right = 1;
left = 1;
}
}
else if(e.getSource() == n1){
numpushed(1);
}
else if(e.getSource() == n2){
numpushed(2);
}
else if(e.getSource() == n3){
numpushed(3);
}
else if(e.getSource() == n4){
numpushed(4);
}
else if(e.getSource() == n5){
numpushed(5);
}
else if(e.getSource() == n6){
numpushed(6);
}
else if(e.getSource() == n7){
numpushed(7);
}
else if(e.getSource() == n8){
numpushed(8);
}
else if(e.getSource() == n9){
numpushed(9);
}
else if(e.getSource() == n0){
numpushed(0);
}
else if(e.getSource() == c){
left = 10;
right = 1;
decimal = false;
temp = 0;
stack = 0;
oper = 0;
disp.rsetText("0");
}
else if(e.getSource() == ac){
left = 10;
right = 1;
decimal = false;
temp = 0;
stack = 0;
oper = 0;
disp.rsetText("0");
}
else if(e.getsource() == o0){
operate();
oper = 0;
}
else if(e.getSource(9 == o1){
operate();
oper = 1;
}
else if(e.getSourc() == o2){
operate();
oper = 2;
}
else if(e.getSourc() == o3){
operate();
oper = 3;
}
else if(e.getSourc() == o4){
operate();
oper = 4;
[*]前 次[#]
▲[6]上に [8]最新レス [7]ピク一覧