Hello,
I have an package called 'dunkscripts'.
The file DunkTest.java uses this package.
I want all the methods and classes used by DunkTest.java to be placed within the file itself, so it can be run 'stand alone', as one file. This is required for a program that loads DunkTest.
How can i do this?