开始学gui

This commit is contained in:
2024-06-21 17:53:48 +08:00
parent bb04a70eae
commit 0894537591
6 changed files with 89 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
import java.awt.*;
public class FxxkFrame {
public static void main(String[] args) {
}
}
public class myFrame extends Frame {
public myFrame() {
super();
super.setVisible(true);
super.
}
}