I. Project Completion plan
13 weeks and 14 weeks to complete the user interface design (1. Login Interface 2. Booking and Query Interface 3. User management Interface 4. Refund interface);
13 weeks to complete the landing screen, 14 weeks to complete the booking and query interface, user management interface and refund interface
15 weeks to complete the login interface, booking and query interface associated with the implementation of the internal code.
16 weeks to complete the user management interface, the refund interface associated with the implementation of the internal code.
The next few weeks to debug the program to improve, optimize, a more comprehensive program to improve (including adding some new features, eliminate useless features to fix the bug that appears)
1 Packages;2 Importjava.awt.*;3 Importjavax.swing.*;4 5 Public classJiemian {6 7 8 Public voidLand () {9JFrame frm=NewJFrame ("Interface");TenGridLayout grid=NewGridLayout (3,2); One frm.setlayout (grid); AJLabel labe1=NewJLabel ("User account", jlabel.center); -JLabel labe2=NewJLabel ("User password", jlabel.center); -JTextField name=NewJTextField (jtextfield.center); theName.seteditable (true); - name.sethorizontalalignment (swingconstants.left); -Name.setcolumns (20); -JTextField passworld=NewJTextField (); +Passworld.seteditable (true); - passworld.sethorizontalalignment (swingconstants.left); +Passworld.setcolumns (20); AJButton mybtn=NewJButton ("Login"); atJButton mybtnt=NewJButton ("Exit"); - Frm.add (LABE1); - Frm.add (name); - Frm.add (labe2); - Frm.add (passworld); - Frm.add (MYBTN); in Frm.add (mybtnt); - frm.setdefaultcloseoperation (jframe.exit_on_close); toFrm.setbounds (400,200,400,200); +Frm.setvisible (true); - the * } $ Panax Notoginseng Public Static voidMain (string[] args) { - //TODO auto-generated Method Stub theJiemian start=NewJiemian (); + Start.land (); A the } + -}<br><br>
Group Division:
Java Final design (13 weeks)