TextField f = new TextField();
Button b = new Button("Save");
b.setClickShortcut(KeyCode.ENTER); // For quick saving from text field itself
TextArea longText = new TextArea(); // "Enter" is garble
我猜應用程序類已從Vaadin中刪除7,而setMainWindow()不再有效。 public class MyApplication extends Application { //ERROR coz there's no Application class
public void init() {
Window mainWindow = new Window("My A