In tutorial StockPrice class is created but I can't find any instance
of an object of that class.

And I have problem with function:

        private void updateTable(StockPrice stockPrice) {
                // Make sure the stock is still in the stock table.
            if (!stocks.contains(price.getSymbol())) {
              return;
            }

            int row = stocks.indexOf(price.getSymbol()) + 1;

"Price cannot be resolved". And I can't find in tutorial where "price"
is declared.

Thanks for help in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to