applet: Make constructor protected
Considering the class is abstract, there's no need to make the constructor public.
Loading
Please register or sign in to comment
Considering the class is abstract, there's no need to make the constructor public.