Write a Java Program to display below layoutCreate InfoPanel Class and layout is FlowLayout. Create LoanAppPanel class and the layout is GridLayoutCreate ButtonPanel class and layout is FlowLayoutCreate LoanApplication class and layout BorderLayout. Add InfoPanel on North, LoanAppPanel on Center and ButtonPanel on South.Write a TestLoanAppPanel class to test.Write a java program to display below layout