Share My Creation Home Movie Database

MOVIES is a program to keep record of all DVD, BlueRay and any USB Movies.

MEDIA - ComboBox is used to select the Media Category - USB - DVD - BR.
MOVIE NAME - where the Movie name is entered.
INFO - An optional Field. Used to show A or B rated Movies.
RUN TIME - The length of time the Movie runs.
CATEGORY - ComboBox is used to select the Move type - Thriller, Sci-Fi, Drama, etc.

ORIGINAL DATE - The Date first used.
LAST USED DATE - Always used to enter date last time watched. (Edit)

PRINT - Will produce a PDF File.

DELETE - Deletes an Entry which is first selected in the TableView.
EDIT - Enteres data into the Edit Box Fields which is first selected in the TableView.
SAVE - Saves data from the Edit Boxes into the Database and displays in the TableView.

MOVIE LIST SORT BY - Choose how to display the TableView.

DISPLAY -
USB Checkbox when checked will allow all Records for USB to be displayed in the TableView.
DVD-BR Checkbox will allow all Records for DVD=BR to be displayed in the TableView.
Either can be checked or both can be checked.

The TableView displays the Records in different colors depending on the Dates entered.

ORIGINAL LAST CURRENT COLOR
DATE USED DATE
----------------------------------------------------------
1-2-2013 2-4-2014 6-6-2016 Normal
4-5-2012 3-4-2016 6-6-2016 Blue
4-6-2016 4-6-2016 6-6-2016 Black
2-3-2016 5-5-2016 6-6-2016 Red

Source Code included and Launch4j xml file.
 

Attachments

  • Movie.png
    Movie.png
    35.1 KB · Views: 2,868
  • OurMovies.zip
    26.6 KB · Views: 503

AshleyD

New Member
I'm new to B4J where do we put the pdfjet jar file?

I thought it should go in the additional libraries folder, but you seem to need an xml description file to go with it. Anyone know where you can find out what to put in it for this library?
 
Last edited:
Top