The interface should have the same layout as shown above and there
should be borders between widgets. When the program is first run, the
list box should display the word
list we gave you. (Hint: this word list should be accessed as a
resource, not as a file, because
you will have to pack it in your jar file to hand it in. See
WordList.main() for an example showing how to
find the words list as a resource. The Java documentation has
more
about resources.)