logo

Loan Application - Assignment1

   

Added on  2022-08-20

9 Pages801 Words11 Views
 | 
 | 
 | 
Running head: LOAN APPLICATION
Loan Application
Name of the Author
Name of the University
Author Note
Loan Application - Assignment1_1

LOAN APPLICATION
1
Table of Contents
Loan Application Overview:...........................................................................................................2
Explanation of the Code:.................................................................................................................2
1) App.java file......................................................................................................................2
2) BankLoan.java..................................................................................................................5
Output:.............................................................................................................................................7
Figure 1........................................................................................................................................7
Figure 2........................................................................................................................................8
Loan Application - Assignment1_2

LOAN APPLICATION
2
Loan Application Overview:
This is a java-based GUI application. In this application, the user can input her choice in
the given option and click the submit button. After that, the details will be shown in the table
format. Two java files are created one is App1 and the other is BankLoan. App1 is for the design
look and feel of the GUI application and BankLoan is for implementing the code, store the input
data and present the data on the display screen.
Explanation of the Code:
1) App.java file
a) First new form will be created.
public App1() {
initComponents();
}
b) Then the Action event method will be created to perform action events like pressing
buttons etc. String variable created and predefined value will be stored.
private void getDetailsbtnActionPerformed(java.awt.event.ActionEvent evt) {
String paymentNo="1";
String PrincipalAmount="2000";
String InteAmt="120";
String Outstanding="12";
Loan Application - Assignment1_3

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents