创建输入框
(String text, String bg)
| 2086 | * 创建输入框 |
| 2087 | */ |
| 2088 | public UI<VTextField> getTextField(String text, String bg) { |
| 2089 | return getTextFieldWithFont(text, "font", bg); |
| 2090 | } |
| 2091 | |
| 2092 | /** |
| 2093 | * 创建输入框 |
nothing calls this directly
no test coverage detected