Answer: import java.awt.* import javax.swing.*. The * means to import all the classes in the package. It is OK (and usual) to do this, even if you only use ...
確定! 回上一頁