开始学gui
This commit is contained in:
@@ -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.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user