Using Java (Swing) language(please hard code)... Create aprogram that has a textfield for the user to type in a set ofinput. Below that textfield have the following controls to showstring manipulations:
(1) A button that will change the entire textfield’s currenttext to uppercase.
(2) A button with its own textfield for a search value, thatwill tell the position the search value appears in the textfieldabove.
(3) A button that reports the current number of characters inthe textfield above.