创建输入框
(String text, String fontName)
| 2100 | * 创建输入框 |
| 2101 | */ |
| 2102 | public UI<VTextField> getTextFieldWithFont(String text, String fontName) { |
| 2103 | return getTextFieldWithFont(text, fontName, ""); |
| 2104 | } |
| 2105 | |
| 2106 | /** |
| 2107 | * 创建输入框 |
no test coverage detected