質問編集履歴
1
文章の変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
```Java
|
22
22
|
public void actionPerformed(ActionEvent e) {
|
23
|
-
|
23
|
+
BFraem f =new BFrame();
|
24
24
|
if(e.getSource()== B_toziru);{
|
25
25
|
f.dispose();
|
26
26
|
}
|