Omry...your question is not clear. I don't understand what you exactly need. From what I have understood....you are having static classes in an applet and you are trying to access them thru' the same machine.
Why should they be static at the first place? Static has to be used only when you are going to run the app from 2 different machines. Only then they are going to be local to the machine. If due to unavoidable reasons you have to keep them static then I would suggest use getXXX() and setXXX() methods. Depending on the condition overwrite them.
Main Topics
Browse All Topics





by: CEHJPosted on 2000-10-10 at 05:25:32ID: 4653955
Can you be specific about what the problems are?