-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (42 loc) · 2.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Help</title>
</head>
<body>
<h2> JMC Music Player </h2>
<h3> Run the application </h3>
<img src="photos/ref1.png" alt="Ref 1" width="300" height="300">
<p> The user is asked to login with the username and the password. </p>
<h3> Enter incorrect login information </h3>
<img src="photos/ref2.png" alt="Ref 2" width="300" height="300">
<img src="photos/ref3.png" alt="Ref 3" width="300" height="300">
<img src="photos/ref4.png" alt="Ref 4" width="300" height="300">
<p> A message shows up showing the hashed saved and entered password FOR DEMO.
Another message is shown saying the login information is incorrect.
</p>
<h3> Enter correct login information </h3>
<img src="photos/ref5.png" alt="Ref 5" width="300" height="300">
<img src="photos/ref6.png" alt="Ref 6" width="300" height="300">
<p> A message shows up showing the hashed saved and entered password FOR DEMO then the Music Player is shown. </p>
<h3> Click Add Songs button </h3>
<img src="photos/ref7.png" alt="Ref 7" width="300" height="300">
<p> The information for songs.csv are loaded containing the unsorted paths of the tracks and are shown in the table. </p>
<h3> Type an incorrect path of a song into the Text Field and click Search button </h3>
<img src="photos/ref8.png" alt="Ref 8" width="300" height="300">
<p> A friendly message is shown. </p>
<h3> Type the correct path of the song into the Text Field and click Search button </h3>
<img src="photos/ref9.png" alt="Ref 9" width="300" height="300">
<p> The song is played, and its full path is shown in the upper Text Field. </p>
<h3> Click the Sort button </h3>
<img src="photos/ref10.png" alt="Ref 10" width="300" height="300">
<p> The paths in the table are sorted alphabetically. </p>
<h3> Click the Save button </h3>
<img src="photos/ref11.png" alt="Ref 11" width="900" height="500">
<img src="photos/ref12.png" alt="Ref 12" width="900" height="500">
<p> A message pops up saying whether it is successful or not. If successful, the information in the table are saved into a CSV file named songs copy. </p>
<h3> Click Help from the menu bar then click About </h3>
<img src="photos/ref13.png" alt="Ref 13" width="1100" height="500">
<p> A help file is shown. </p>
</body>
</html>