View Single Post
Old 11-13-2012, 08:06 AM   #62
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
My Java is very rusty, but ...
Code:
        MinecraftApplet var15 = new MinecraftApplet();
        var15.setStub(var14);
I think the message is saying you don't have a MinecraftApplet.setStub method.
If so, it should be fixable by extending the MinecraftApplet with that method.

Warning: This is application code, I rarely ever did anything other than system's code.
knc1 is offline   Reply With Quote