|
Re: Joystick(int,int,int) has protected access
Being a newbe to JAVA and not a programmer I didn't realize that super() calls the initiating function with the additional arguments. This probably won't be clear to non-JAVA programmers either. So in addition to looking up Java extends class you have to look up the keyword super().
|