题目内容

一空一词。每去一次,我的药量就减少一些,最后医生告诉我说,不必再服药了。With each visit, the does of medicine prescribed to me would be progressively reduced 1)____ the time came 2)_____ the doctor said that I would no longer need them.

查看答案
更多问题

编写图形用户界面程序,引入包正确的语句是()。

A. import java.swing;
B. import java.swing.*;
C. import javax.swing.*;
D. import javax.awt.*;

如有对象f0,将其加入容器 f 的语句正确的是( )。

A. f0.add(f);
B. f.add(f0);
C. this.add(f);
D. this.add(0);

创建一个标签,正确语句是()。

A. JFrame f=new JFrame("成绩管理");
B. JLabel l1=new JLabel("姓名");
C. JTextField t1=new JTextField();
D. JButton b1=new JButton("添加");

创建一个窗体,正确语句是()。

A. JFrame f=new JFrame("成绩管理");
B. JLabel l1=new JLabel("姓名");
C. JTextField t1=new JTextField();
D. JButton b1=new JButton("添加");

答案查题题库