赞题库-背景图
单项选择题

视图设计一般有3种设计次序,下列不属于视图设计的是( )。

A.自顶向下
B.由外向内
C.由内向外
D.自底向上
<上一题 目录 下一题>
热门试题

单项选择题在Java中,下列不属于整数类型变量的是( )。

A.int
B.float
C.byte
D.short

单项选择题下列语句中所使用的布局管理器,当改变容器大小时,组件大小不会随着一起改变的是( )。

A.Frame frame1=new Frame ("FlowLayout"); frame1.setLayout ( new FlowLayout ());
B.Frame frame1=new Frame (" BorderLayout "); frame1.setLayout ( new BorderLayout ());
C.Frame frame1=new Frame ("example"); frame1.setLayout ( new BorderLayout ());
D.frame1.setLayout ( new GridLayout (2,3));