- Vaadin 7 UI Design By Example:Beginner’s Guide
- Alejandro Duarte
- 107字
- 2021-08-13 16:17:38
A more interesting "hello world" application
Now that you understand the code of the generated application, let's try adding a couple of features to make it a little bit more interesting. First, that boring "Thank you" message is not very useful. What if we develop an application that generates some random funny phrases? The user enters the name of two friends or something, and the application will produce random phrases about them.
Text fields
Text fields are the components we need to allow the user to enter the two names. Do you remember how we added the Click Me button? Adding text fields is the same story.
推薦閱讀
- 大學計算機基礎(第三版)
- Docker and Kubernetes for Java Developers
- Node.js Design Patterns
- 數字媒體應用教程
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- 騰訊iOS測試實踐
- Visual Basic編程:從基礎到實踐(第2版)
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- C語言程序設計教程(第2版)
- Magento 2 Development Cookbook
- Practical Windows Forensics
- Java深入解析:透析Java本質的36個話題
- GeoServer Beginner's Guide(Second Edition)
- Visual C#通用范例開發金典
- Learning Concurrent Programming in Scala