[填空题] 请将程序补充完整。
import java.awt.*;
public class Firstframe extends frame
public static void main(String args[])
Firstframe fr = new Firstframe("First container!");
fr. setSize(240,240);
fr. setB ackground(Color, yellow);
【15】
public Firstframe(String str)
super(str);
参考答案:
fr.setVisible(true);问题解析:
解析无

![[填空题] 请将程序补充完整。 import java.awt.*; public class FirstFrame extends Framepublic static void main( [填空题] 请将程序补充完整。 import java.awt.*; public class FirstFrame extends Framepublic static void main(](http://www.mshxw.com/aiimages/31/261127.png)
