Introduction - If you have any usage issues, please Google them yourself
School management system: the operating environment used by: jdk5.0 drive: jdbc-odbc connected database: Access. 1. Use graphical user interface components: the basic window class: Frame, Dialog basic GUI component class: Button, Lable, TextFiled, TextArea basic event interface: ActionListener, WindowListener basic layout control: Panel graphical user interface program are running under a window, the program window shows the Frame class, and dialog box (Dialog) is a Frame or another dialog box has a window.