Please don't ask unrelated questions in the same thread. Create a new thread with the appropriate title. That is, unless the questions (or answers to those questions) directly cause new problems.
As for your actual question, have you tried using the setVisible(true) method? You may need to call a method after that also to cause the widget to render. Or it might not work for applets at all, but it is listed in the JApplet class doc.