switch 语句中,case后的常量表达式一定不能重复,否则会发生冲突。
查看答案
根据实际编程需要,决定在每个case之后最好能跟一个break语句以中断switch语句。
A. 对
B. 错
1、()布局管理器使用的是组件的最佳尺寸。
A. FlowLayout
BorderLayout
C. GridLayout
D. CardLayout
3、容器被重新设置大小后,( )布局管理器的容器中的组件大小不随容器大小的变化而改变。
A. CardLayout
B. FlowLayout
C. BorderLayout
D. GridLayout
4、在CardLayout布局管理中,用于显示parent容器的前一张卡片的方法是( )。
A. voidprevious(Containerparent)
B. voidshow(Containerparent,Stringname)
C. voidnext(Containerparent)
D. voidfirst(Containerparent)