Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Just add this main() method to your class:
Note that I used JFrame, which is a Swing component, whereas you were only using AWT. If you don't want to add Swing to the mix, you can easily change it to use Frame instead and add a window listener in place of the
Replies: |
Sponsored Links
|