Write down the program called MaxMinAvgGUI.java which utilizes GUI with five(5)text fields which asks user to enter 5(five) decimal numbers. 1(one)number in each text field. And 3(three) diferent buttons to determine maximum, minimum and average.(button 1(one) for maximum button2(two) for minimum and button3(three) for average. Output must appear in text field. Text field label requires to change to indicate type of result(maximum,minimum and average) and also illustrate five original numbers entered (do not use math min or max methods) use switch statement to process menu items.