java中常用的包、類、以及包中常用的類、方法、屬性
常用的包 | java.io.*; java.util.*; java.lang.*; java.sql.*; java.text.*; java.awt.*; javax.swing.*; |
?
包名 | 接口 | 類 | 方法 | 屬性 | ||
java.sql.*; ? | ? | public class DriverManager extends Object ? |
? | ? | ||
java.text.*; | ? | public class SimpleDateFormat extends DateFormat ? |
? |
? | ||
java.awt.*; java.swing.*; | ? | ? | 布局類:BorderLayout、GridLayout、CardLayout、FlowLayout 組件類:JButton、JCheckBox、JcomboBox、、Jcomponent、Jdialog、Jframe、Jlist、Jlabel、JtoolBar、Jmenu、JmenuBar、JmenuItem、JoptionPane、JpasswordField、JpasswordLabel、JscrollPane、Jsepa rator、JtextArea 具體用戶請參照javaAPI。 ? | ? |
?