Hello all,
I am having difficulty understanding how to make an app with statis void main. here are my instructions (And then my code - should I go to the Intermediate Forum? please let me know - this may be easy but I am knew to
Java blah blah blah)
Create an Application from this Class
Add the method to this class to make it an application.
Within this method, instantiate an new object.
If there are any parameters provided on the command line when the application is started, use the parameters to �prefill� the list of
String values.
Test your work. You can either test this using BlueJ and providing a array aggregate value, or using a command prompt and invoking the application using the following:
here's my code so far:
Thanks
Rob