A.if B.then C.float D.until E.case
A.BorderLayout B.FlowLayout C.GridLayout D.CardLayout E.GridBagLayout
在Java語(yǔ)言中,下面是main()方法的部分代碼: Frame f = new Frame("My Frame"); f.setSize(100,100); 為在屏幕顯示f,應(yīng)增加的代碼是()。
A.f.appear(); B.f.setForeground(); C.f.setVisible(); D.f.enable();