Description
Write a program that displays a text field and two buttons labeled “uppercase” and “lowercase.” When the user clicks on the uppercase button, the text changes to uppercase. When the user clicks on the lowercase button, the text then changes to lowercase.
Java