Create an application in Java (Netbeans) that lets the userenter a grocery list.
The GUI
GUI display with 2 textboxes, 2 labels, 3 buttons
Specifications
Use proper statement indentation and meaningful variable namesin the code.Add a multi-line description of this application that alsoincludes your name and the date written at the beginning of thecode.Add appropriate descriptive comments to each line of code youadd to the project explaining why the code is in theapplication.Allow the user to add an item by entering an item in the Itemtext field and clicking the Add button.If the user clicks the Add button without entering an item inthe Item
OR
OR