Prev: Arkanoid / Breakout
Next: How to prevent sun.reflect.GeneratedSerializationConstructorAccessor from being unloaded at full gc
From: Andrew Thompson on 13 Oct 2006 15:21 rex64 wrote: > It is still broken. What? Your basic debugging skills? >... When I call the function I get a runtime error. > > public void RefreshQuestionList() > { Object o = jListQuestions.getModel(); System.out.println("It is " + o); .... Andrew T.
From: rex64 on 28 Oct 2006 20:25 When I run that debug code I get this as results. I am not sure what it means and how to fix the problem: It is studyx.AddQuestions$2(a)8ed465 On Oct 13, 2:21 pm, "Andrew Thompson" <andrewtho...(a)gmail.com> wrote: > rex64 wrote: > > It is still broken.What? Your basic debugging skills? > > >... When I call the function I get a runtime error. > > > public void RefreshQuestionList() > > { Object o = jListQuestions.getModel(); > System.out.println("It is " + o); > .... > > Andrew T.
From: rex64 on 28 Oct 2006 20:27
Hey. I ran this and got the results below. I do not know what they mean or how to fix it: It is studyx.AddQuestions$2(a)8ed465 On Oct 13, 2:21 pm, "Andrew Thompson" <andrewtho...(a)gmail.com> wrote: > rex64 wrote: > > It is still broken.What? Your basic debugging skills? > > >... When I call the function I get a runtime error. > > > public void RefreshQuestionList() > > { Object o = jListQuestions.getModel(); > System.out.println("It is " + o); > .... > > Andrew T. |