Index
All Classes and Interfaces|All Packages|Serialized Form
J
- Jar - Class in angry3vilbot.bankingapp
-
Jar class represents a savings jar with an ID, title, goal amount, and current balance.
- Jar(int, String, double) - Constructor for class angry3vilbot.bankingapp.Jar
-
Constructs a Jar object with the specified ID, title, and balance but without a goal.
- Jar(int, String, double, double) - Constructor for class angry3vilbot.bankingapp.Jar
-
Constructs a Jar object with the specified ID, title, goal, and balance.
- JarDisplay() - Constructor for class angry3vilbot.bankingapp.Jars.JarDisplay
-
Constructs a JarDisplay object.
- jarGoalProgress - Variable in class angry3vilbot.bankingapp.Jars.JarDisplay
-
JProgressBarfor the jar's goal. - jarId - Variable in class angry3vilbot.bankingapp.WithdrawJar
-
ID of the jar to withdraw from.
- jarIds - Variable in class angry3vilbot.bankingapp.User
-
Array of jar IDs for jars associated with the user.
- jarImage - Variable in class angry3vilbot.bankingapp.Jars.JarDisplay
-
JLabelfor the jar's image. - jarPanel - Variable in class angry3vilbot.bankingapp.Jars.JarDisplay
-
JPanelfor the jar. - jars - Variable in class angry3vilbot.bankingapp.Jars
-
Jars.JarDisplayContainer for the jars. - jars - Variable in class angry3vilbot.bankingapp.User
-
Array of
Jarobjects for jars associated with the user. - Jars - Class in angry3vilbot.bankingapp
-
Jars class represents the Jars screen in the application.
- Jars() - Constructor for class angry3vilbot.bankingapp.Jars
-
Constructs a Jars object.
- Jars.JarDisplay - Class in angry3vilbot.bankingapp
-
JarDisplay class represents the display of jars in the
Jarsscreen. - jarsBtn - Variable in class angry3vilbot.bankingapp.Navigation
-
Button to navigate to the
Jarsscreen. - jarsContainer - Variable in class angry3vilbot.bankingapp.Jars
-
JScrollPaneContainer that provides a scrollbar for theJars.jars. - jarsHandler(ActionEvent) - Method in class angry3vilbot.bankingapp.Navigation
-
Handles the action of the jars button.
- jarTitle - Variable in class angry3vilbot.bankingapp.Jars.JarDisplay
-
Label for the jar's title.
- jarValue - Variable in class angry3vilbot.bankingapp.Jars.JarDisplay
-
Label for the jar's value.
All Classes and Interfaces|All Packages|Serialized Form