Strange problem loading panels in a Frame

Hi,

My Frame has a splitpane which has 2 Jpanels with in it. When I run my application using JWS, the frame and the splitpane show up but with nothing in it. All the class files that I'm using are all in the same package and they are all in the jar file. I do not get any null pointer exceptions too. I looked at couple of examples (Rachel's etc) and theres nothing different that I'm doing. I've been pulling my hair for past couple of days figuring out this stuff, if any one has any clue, please .... let me know. Thank You

Viplavi

[572 byte] By [vcheethirala] at [2007-9-26 8:21:38]
# 1
Does it work as a stand-alone app?It may help you to post the code where you add the panels to the splitpane and where you display the gui etc...Gavin
Geverson at 2007-7-1 18:55:39 > top of Java-index,Desktop,Deploying...
# 2
I fixed it, the panels had the images code in it, and when I used the ClassLoader, everything worked fine.ThanksViplavi
vcheethirala at 2007-7-1 18:55:39 > top of Java-index,Desktop,Deploying...