1
1
# BookJar
2
2
3
- ## About BookJar & Features:
3
+ ** A program that will help store info and notes about the books you have read. **
4
4
5
- BookJar is a program that will help store info about the books you have read.
6
- BookJar stores the:
5
+ ***
6
+
7
+ ## BookJar Features:
8
+
9
+ BookJar stores the following info about a book:
7
10
8
11
1 . Title
9
12
2 . Author
@@ -19,7 +22,7 @@ To view the notes of a book, press the "View Notes" to open them.
19
22
20
23
***
21
24
22
- ### Tableview Context Menu :
25
+ ### Tableview context menu :
23
26
24
27
To access the context menu, right-click on the table.
25
28
* Note: The context menu options will be grayed out if there are no books in the table.*
@@ -45,6 +48,31 @@ by selected a different option among the three radio buttons right of the text f
45
48
46
49
## Requirements to edit source code:
47
50
48
- 1 . Have Java 16.0.1 or up to run the source code.
49
- 2 . Have the JavaFX 16 SDK installed.
50
- 3 . Have SceneBuilder installed to easily edit .fxml files (optional, but highly recommended).
51
+ 1 . Have [ Java 16.0.1] ( https://jdk.java.net/ ) to run the source code.
52
+ 2 . Have the [ JavaFX 16 SDK] ( https://gluonhq.com/products/javafx/ ) installed.
53
+ 3 . Have [ SceneBuilder] ( https://gluonhq.com/products/scene-builder/ ) installed to easily edit .fxml files (optional, but highly recommended).
54
+
55
+ ***
56
+
57
+ ## Screenshots:
58
+
59
+ #### Home screen:
60
+ <img src =" screenshots/BookJar-home.png " />
61
+
62
+ #### Viewing book notes:
63
+ <img src =" screenshots/BookJar-view_notes.png " />
64
+
65
+ #### Editing a book:
66
+ <img src =" screenshots/BookJar-edit_book.png " />
67
+
68
+ #### Searching books by title:
69
+ <img src =" screenshots/BookJar-search-title.png " />
70
+
71
+ #### Searching books by author:
72
+ <img src =" screenshots/BookJar-search-author.png " />
73
+
74
+ #### Searching books by genre:
75
+ <img src =" screenshots/BookJar-search-genre.png " />
76
+
77
+ #### About box:
78
+ <img src =" screenshots/BookJar-about.png " />
0 commit comments