Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
//Create parameter list
String[] args = {"Set", "of", "parameters", "."};
//Call main method of Test class (assuming it is public)
Test.main(args);
ClassName test = new ClassName();
test.main(args);
ClassName.main(args);