把一平凸透镜放在平玻璃上,构成牛顿环装置。单色平行光垂直照射时,透射光形成的干涉条纹中心处为亮斑。
查看答案
JComboBox中删除指定对象选项的方法是()
A. removeItemAt(int anlndex)
B. removeAllItems()
C. removeltem(0bject anObject)
D. 都不是
JComboBox中添加指定对象选项的方法是()
A. addItem(Object anObject)
B. insertItemAt(Object anObject,int index)
C. getItemAt(int index)
D. 都不是
String c[]={"DO0","DO1","DO2","DO3","DO4","DO5","DO6","DO7"};定义了数组 。
JComboBox peopleChoice = new JComboBox(c);创建了 。