Hi,
Tania Bento wrote:
Hey,
The attached patch fixes the Bugzilla Bug #203674. Basically, the java
plugin did not launch the Yahoo! Finance Stock Screener application.
The errors were mostly an ArrayIndexOutOfBoundsException.
This patch does result in the application running on Classpath, but
there is still one bug left to fix. It's a GConf-Critical Error. I've
been working on it for a few days now, however I haven't had much
luck.
The changes to the getCellRenderer() method were due to an
ArrayIndexOutOfBoundsException that was caused when the the mouse was
moved from the Stock Screener window, over another and back again.
Could someone kindly comment on or approve this patch.
Looks fine, except:
+ if (row == 0 && column == 0)
+ cellRect.width = 75;
How is this value derived?
Tom