Problem with accessing components in a static class .......

AOAi have declared a static class.Now when i want to access textfields in that static class it gives null pointer exception.i instantiate the class properly but data in textField is not accessable from other class.What may be reason?
[268 byte] By [@tifa] at [2007-11-26 16:03:49]
# 1
static class? or class with static methods?
georgemca at 2007-7-8 22:25:43 > top of Java-index,Java Essentials,New To Java...
# 2
Actually class is not static but its object is declared static in another class, and called from there.
@tifa at 2007-7-8 22:25:43 > top of Java-index,Java Essentials,New To Java...
# 3
post some code. you're mixing terminologies up too much to be coherent :p
georgemca at 2007-7-8 22:25:43 > top of Java-index,Java Essentials,New To Java...