填空题

请将程序补充完整。 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.setBackground(Color.yellow); 【15】 } public FirstFrame(Strings str){ super[str); } )

【参考答案】

fr.setVisible(true);