Patch was RE: [jsword-devel] ActionFactory and ResourceBundles
Joe Walker
jsword-devel@crosswire.org
Mon, 05 Apr 2004 20:30:27 +0100
DM Smith wrote:
> I am resending the patch that I sent before with a few changes. I have
> added actions for menus, fixed a bug in the CWClassLoader, which I found
> while testing under jnlp (and is not present otherwise).
...
I forgot, Desktop.java line 307 (or at least it is in mine!)
JToolBar pnlTbar = new JToolBar();
Is there a reason for this? It just hides the following, line 861:
private JToolBar pnlTbar;
For the moment I've commented it 307 out and it seems to work fine.
?
Joe.