Hello all,
I'm using oracle chart builder for presenting data in my
application. I use it after supplying its data for gif file
generation. The chart is stacked bar but I don't think this is the
problem.
The problem is that it generates the gif file successfully but my
application is still running after the main method is finished, I
debugged it and I found about three threads are up:
Thread[AWT-EventQueue-0]
Thread[SunToolkit.PostEventQueue-0]
Thread[AWT-Windows]
I doubted my code - but I'm taking it copy paste from developer's
guide - and I debugged another
Java file from a sample that comes with
the kit and the same problem happened ?!?!?
Does anyone know y?
I saw lots of SunToolkit.PostEventQueue-0 problems in google
groups, but I don't find matching my situation.
I used in
testing both Oracle JDeveloper 9i release 3, and IBM
WebSphere Studio Application Developer 4.0.3
Thanks