The following is an example of the rewritten MyApplet.java:package application.newAppli;import connector.*;public class MyApplet extends PukiWikiApplet{???public PukiWikiJavaApplication getPukiWikiJava-Application(){???System.out.println(??????MyApplet.getPukiWikiJavaApplication???);???if(frame==null){???frame=new MyEditor();???} return this.frame;???}}.The ???connector??? package in the above cod