Hi all,
Thanks in advance. I am new at Java. Currently I'm having two java files one is applet. when i try to preview the applet i get an error like this :
java.lang.NullP ointerException
at java.util.Hasht able.put(Unknow n Source)
at javax.swing.JEd itorPane.regist erEditorKitForC ontentType(Unkn own Source)
at javax.swing.JEd itorPane.regist erEditorKitForC ontentType(Unkn own Source)
at javax.swing.JEd itorPane.loadDe faultKitsIfNece ssary(Unknown Source)
at javax.swing.JEd itorPane.getKit TypeRegistry(Un known Source)
at javax.swing.JEd itorPane.getEdi torKitClassName ForContentType( Unknown Source)
at javax.swing.JTe xtPane.<init>(U nknown Source)
what i'm doing wrong?pls help me guys...thanks
Thanks in advance. I am new at Java. Currently I'm having two java files one is applet. when i try to preview the applet i get an error like this :
java.lang.NullP ointerException
at java.util.Hasht able.put(Unknow n Source)
at javax.swing.JEd itorPane.regist erEditorKitForC ontentType(Unkn own Source)
at javax.swing.JEd itorPane.regist erEditorKitForC ontentType(Unkn own Source)
at javax.swing.JEd itorPane.loadDe faultKitsIfNece ssary(Unknown Source)
at javax.swing.JEd itorPane.getKit TypeRegistry(Un known Source)
at javax.swing.JEd itorPane.getEdi torKitClassName ForContentType( Unknown Source)
at javax.swing.JTe xtPane.<init>(U nknown Source)
what i'm doing wrong?pls help me guys...thanks
Comment