下面( )容器可以设置滚动条。
A. JScrollPane
B. JPanel
C. JTabbedPane
D. JInternalFrame
下面( )容器可以生成子窗体。
A. JDesktopPane
B. JInternalFrame
C. JScrollPane
D. JTabbedPane
使用JInternalFrame类创建的子窗体需要加入到( )容器之中。
A. JDesktopPane
B. JTabbedPane
C. JSplitPane
D. Jpanel
能生成单行文本框的是( )组件。
A. JTextField
B. JPasswordField
C. JTextArea
D. JList