Develop a GUI application that includes a text area, 5 buttons, and a keyboard.
1 button named "clear" clears the text field
2nd button named "Execute" stores the text in a Collection
3rd button sorts the Collection. It can either be a Quick Sort or Merge Sort
4th is a Hash Button. Implement a Hash map ( Ok if you don;t know it) May skip
5th button is a "search button" makes a dialogue box pop up. It searches the solution code for what ever, and displays an error if it isnt found.