I'm watching the Programming Methodology from Stanford on Youtube and professor uses the GraphicsProgram as a bacis class for the class he creates. I do:
public class Test extends GraphicsProgram {
public static void main(String[] args) {
}
}
But getting the error that GraphicsProgram can't be resolved to a type. I clicked ctrl+shift+o being in Eclipse to import required packages but nothing happened.
Just wondered how professor uses it, please tell me if you know, thanks in advance!