From: Andrew Thompson on
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
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
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.