stockprice generated randomly

On Sun, Oct 3, 2010 at 12:13 AM, Maciej Egermeier <maciejegerme...@gmail.com
> wrote:

> 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 google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>


-- 
Regards

Suresh Babu G

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

Reply via email to