The American frontiersman is the model of the classic American male hero, who always appeared together with his fellow brothers.
查看答案
There are two types of heroic rugged individualists; man against wilderness and man against man.
A. 对
B. 错
During the frontier period, people usually paid a lot of attention to a person's family background and ancestry.
A. 对
B. 错
1.下列哪个叙述是不正确的?
A. 一个应用程序中可能不只一个窗口。
B. JFrame创建的窗口默认是不可见的。
C. 可以将一个窗口添加到另一个容器中。
D. 窗口可以调用setTitle(String s)方法设置窗口的标题。
下列说法正确的是?
A. 一个容器对象可以使用add方法添加一个JFrame窗口。
B. 容器可以添加JFrame的实例到该容器中。
C. 容器不可以调用add( )方法将组件添加到该容器中。
D. 可以用setLocation(int x,int y)方法设置窗口的位置,默认位置是(0,0)。