I am walking through the stockwatcher gwt tutorial and I found an error. The tutorial says to insert this line of code: stocksFlexTable.setWidget(row, 2, new Label());
from: http://code.google.com/webtoolkit/tutorials/1.6/style.html This line crashes the program. When I look up the javadocs for setWidget(), it doesnt take a label object. it takes a widget object. What should be done here? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
