JavaFXML Program: How do you code the output(see below) of this assignment using JavaFXML? Requirement:1. Use “done” button to display the transactions (deposits and withdrawals) on the UI.2. Show the screenshot of the output. 1.) TestAccount.java import java.util.ArrayList;public class TestAccount { public static void main(String[] args){ Account account = new Account(“James”, 1122, 1000); Account.setAnnualInterestRate(1.5); ArrayList<Transaction> transactionList = new ArrayList<Transaction>(); account.setTransactions(transactionList);
PayPal Gateway not configured
PayPal Gateway not configured