!-- flowchart 箭头图标 勿删 --
package
aaaaa;
import java
.awt.*;
public class text2 {
public static void main(String[] args) {
Frame f=new Frame("我的窗体!") ;
f.setSize(400,300);
f.setLocation(300,200);
f.setVisible(true);
}
}
package