填空题

Swing的项层容器有:JApplet、JWindow、JDialog和______。

【参考答案】

JFrame
<上一题 目录 下一题>
热门 试题

单项选择题
阅读下面程序 import javax.swing.JOptionPang; public class BreakLabelTest public static void main (String args[]) String output= ; stop: for(int row=1; row<=10; row++) for (int column=1; column<=5; column++) if(row==5) break stop; output+=¨*¨; output+= n ; output+= nLoops terminated normally ; JOptionPane.showMes sageDialog( Null, output, 用一个标志测试break语句 , JOptionPane.INFORMATION_MESSAGE); System.exit(0); 程序运行结果是______。
A.窗口中有5行*****
B.窗口中有5行****
C.窗口中有4行*****
D.窗口中有6行*****
填空题
AWT中的布局管理器包括BorderLayout、______、CardLayout、GridBagLayout和GridLayout。
相关试题
  • get
  • import java.util.*; public class...