To create the Microsoft Visual J++Application

Return



Application name - TestVJ

Contents...

Application introduction
Application developed with Visual J++, Part 1

Application developed with Visual J++, Part 2

Application developed with Visual J++, Part 3
Application developed with Visual J++, Part 4
Application developed with Visual J++, Part 5

Application developed with Visual J++, Part 6

Application developed with Visual J++, Part 7

  Auteur
        Chucri Simon Zouein, Computer engineer
       E-mail: 
info@puresoftwarecode.com
 
*****************************************************


Subject: Step by step for creating Visual j++  application .


Info about this application :

  1. Name - TestVJ
  2. Database Software.
  3. Developed with Microsoft Visual J++ 6.0
  4. The KJV.mdb database file stores Part of the Bible data. - (Part of Bible consists of 4 books, every book has a title and consists of several chapters and every chapter consists of several verses)
    The database consists of one table - BibleTable. The table stores more then 31100 records and each record consists of five fields - Book, Title, Chapter, Verse and TextData:
    - The Book field stores the orders of 4 books
    - The Title field stores the titles of all books.
    - The Chapter field stores the orders of all chapters.
    - The Verse field stores the orders of all verses.
    - The Textdata field stores the contents of all verses.
  5. Functions: View and Search.
  6. Requirements: Microsoft Visual J++ 6.0
  7. The analogue application stored in the folder VJ App of the Visual_J++ folder. For more information, read the readmeVJ.htm file

After running, you can observe the following designs:

  1. MainForm.java Form, design.
     Main ...
     
       
       
     
     
      Learn how to write a Microsoft Visual J++ application ...
    .
     
        11:22:57 AM


    The functions of MainForm.fjava

  2. To call the Book.java Form.. - (From Info menu menu, click Book)
  3. To call the About.java Form . - (From Info menu menu, click About)
  4. To unload the current project. - (From Info menu menu, click Exit )
  5. Book.java Form, design:

    1. The 1st page of Tab control is selected.
       Book



       

       


    2. The 2nd page of Tab control is selected.
       Book



       

       


    The functions of Book:

  6. To display any KJV database record into the Record data boxes.
  7. To move the current record position to the first, last, next, or previous record. - (Click the navigation button)
  8. To call the About Form - (Click About)
  9. To unload the current Form. - (Click Close)
  10. To search by word: - (Select the 1st page of Tab control)
  11. Type a word - (length > 1 characters) in the TextBox, the Display Button  set enable.
  12. Click Display button, two types of information appear:
    1. A list of information about all records of the KJV2002 database include the word you specified will appears in the List box - (each list item stores  the values of Book field, Title field, Chapter field and Verse field corresponding ...).
    2. The number of the records found.
  13. Select an item of the list, the record corresponding to the item selected displays into the Record data boxes.
  14. To search by address: - (Select the 2nd tab of TabStrip control)
    1. The Title ComboBox stores the titles of all books - (4 books). Select an item:
    2. In this ComboBox, displays the item selected.
    3. In the Book ComboBox, displays the order of the book.
    4. The Chapter ComboBox stores all chapters orders of the book and in the current string displays the 1st chapter order.
    5. The Verse ComboBox stores all verses orders of the 1st chapter and in the current string displays the 1st verse order.
    6. Into the Record data boxes, displays the 1st record of the book.
    7. The Book ComboBox stores the orders of all books. Select an item:
    8. In the Book ComboBox, displays the item selected.
    9. In the Title ComboBox, displays the title of the book.
    10. The Chapter ComboBox stores all chapters orders of the book and in the current string displays the 1st chapter order.
    11. The Verse ComboBox stores all verses orders of the 1st chapter and in the current string displays the 1st verse order.
    12. Into the Record data boxes, displays the 1st record of the book.
    13. :The Chapter ComboBox stores all chapters orders of the book corresponding to the item displays in the Book ComboBox. Select an item:
    14. In this ComboBox, displays the item selected.
    15. The Verse ComboBox stores all verses orders of the chapter and in the current string displays the 1st verse order.
    16. Into the Record data boxes, displays the 1st record of the book chapter.
    17. The Verse ComboBox stores all verses orders of the chapter corresponding to the items display in the Chapter and Book ComboBoxes. Select an item:
    18. In this ComboBox, displays the item selected.
    19. Into the Record data boxes, displays the record corresponding to the item selected.
  15. About.java Form, design.
     About ...


    The functions of About.frm :

  16. To display information about the KJV database.
  17. To unload the current Form. - (Click Close)

  18. Biography,java Form design

     Biography ...


    The functions of Biography.java

  19. To display the biography data.
  20. To unload the current Form. - (Click the button Done )

 


 
  Home
0
 
Next