On Wed, Mar 25, 2015 at 3:46 AM, Michael T. Pope <mp...@computer.org> wrote:

> On Tue, 24 Mar 2015 17:14:13 -0500
> Caleb Williams <cale...@gmail.com> wrote:
> > Sorry for the confusion.
> >
> > To clarify, nothing has worked. None of the three revisions I tested
> > ([3de6e8], [7ef16d] and [df01d9]) produced any changes.
>
> OK, so at least we did not break this recently.
>
> > Unfortunately, the trace writes you mention are beyond my level of
> > expertise.
>
> Try something like:
>
> if (clientOptions.getOption("EuropePanel.w") != null)
> System.err.println("V = " + clientOptions.getInteger("EuropePanel.w"));
> else System.err.println("Missing");
>
> That would also be interesting in the EuropePanel constructor.
>
> Cheers,
> Mike Pope
>

Mike,

I'm not sure where to put that though. Any place I put it in
EuropePanel.java I get the following error message:

illegal start of type
package clientOptions does not exist
<identifier> expected
illegal start of type


I can cut down that to

illegal start of type
<identifier> expected
illegal start of type


by making capitalizing the C in ClientOptions.

Not sure where to go from there. I found
http://stackoverflow.com/questions/3653625/java-illegal-start-of-type but
it was just above my head.

Also, NetBeans reports that:

   -
   - import java.awt.event.MouseAdapter;
   -
   - import javax.swing.JLabel;

Are both unused.

Best,

-- 
*Caleb R. Williams*
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Freecol-developers mailing list
Freecol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freecol-developers

Reply via email to