Java Final design (13 weeks)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.