java code

CD Rental Colasaw

import javax.swing.*; import java.awt.event.*; import java.awt.*; import java.text.*; import java.util.*; import java.io.*; import java.io.BufferedReader; import java.lang.*; public class CDGui extends JFrame{ private JTextField txtCDNo, txtCDTitle, txtCDArtist, txtCDType, txtCDStatus; private JLabel CDNo, CDTitle, CDType, CDStatus, CDArtist, lblTitle;

please help me to correct the followin java code

// hello i got some errors in the code below, and i dont understand how to correct so please guide me import java.util.Scanner;public class Task72{ public static void main(String[] args) { String [] entry=new String[10]; input(entry); display(entry); check(entry); public static input(String []urentry) { System.out.println("Enter ten text entry"); for(i=0; i