Create a Java class called Lab1Part1. Extend this class from the JFrame class (remember to import javax.swing). Make the frame 600 pixels wide and 300 pixels high. Carry out the following operations ...
NewReg(String name, String mob, String addr,String Gender,String Dob,String loanamount, String no_ofyear, String loantype,String username,String password) ...
The JDesktopPane class, first introduced in JDK 1.2 as a subsidiary to Swing’s GUI component series, lets you create a virtual desktop or Multiple Document Interface (MDI) in Java applications.