Showing posts with label TANISHQ JEWELLERY. Show all posts
Showing posts with label TANISHQ JEWELLERY. Show all posts

Saturday, 11 March 2017

TANISHQ JEWELLERY

TANISHQ.COM



 ACKNOWLEDGEMENT



I express my deep gratitude to
Mr/Ms_____
our Computer  teacher
for her able guidance, valuable suggestions
and constant encouragement
during the course of the project


        “TANISHQ.COM”

and preparation of the manuscript.
I also owe my credit to my classmates
for their valuable support without
which the completion of the project would have
been impossible.



CERTIFICATE




This is to certify that

_________  _________
OF
XII S
AISSCE ROLL NO:____________
HAS WORKED UNDER MY SUPERVISION
ON PROJECT

“TANISHQ.COM”


                                    
                                                                                                                Mr/Mrs_____________

                                                                                                               (Computer Teacher   )





DECLARATION



I hereby state that the project entitled
“TANISHQ.COM”
is an authentic work under the guidance of computer science department for the practical fulfillment of the project in computers.




                                                                                                                              ______________
                                                                                                                             XII S


TABLE STRUCTURE


TABLE USED: 
1.JEWEL




                                                                  2. PURCHASE




LIST OF FORMS CREATED:

1. welcome.java: This is a welcome screen from where user will proceed
                               for online shopping of rings.

2. ring.java: The form is used to buy rings online.

3. query.java: This form is used to make query on any purchasing done.

4. menu.java: This is a master form which is used for adding or updating
                         rings details in the master table.

5.add.java: This form is used to add  new rings details in table.

6. del.java: This form is used to delete any rings detail from table.

7. upd.java: This form is used to make updation in the record of any

                    ring.


CODING

INPUT/OUTPUT

INTERFACES





private void jMenuItem4ActionPerformed(java.awt.event.ActionEvent evt) {                                          
        // TODO add your handling code here:
        this.setVisible(false);
        new add().setVisible(true);

    }                                          

    private void delActionPerformed(java.awt.event.ActionEvent evt) {                                   
        // TODO add your handling code here:
         this.setVisible(false);
        new del().setVisible(true);
}                                   

    private void updActionPerformed(java.awt.event.ActionEvent evt) {                                   
        // TODO add your handling code here:
        this.setVisible(false);
        new upd().setVisible(true);
}                                  

    private void jMenuItem7ActionPerformed(java.awt.event.ActionEvent evt) {                                          
        // TODO add your handling code here:
        System.exit(0);

    } 






read more