Activity 1 Writing a do-nothing application A do-nothing application is one that provides the outline of a program, but does not do anything useful. Write such a program as a stand-alone Java application. The program should create a main window with the title do-nothing program. When the user clicks on the close icon, the program should close.