Hi,
I can see that a JApplet object can only have a constructor without parameters.
Is the reason is because the parameter values are recovered from the html file from the name and value contents in the PARAM mark For example : <param name = "month", value ="april"> and, after in the applet object with the getParameter method?
Other question: if we can use the constructor or the init method to initialise graphic composants of a JApplet objet , why is it better ( that's what i have learned) to use the init method rather than the constructor?
Is the getParameter method can not be used in the default a contrusctor?
Thanks a lot for your help.
Best regards.
curious_programmer
