-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to choose and edit awt text components #48
Comments
It implements the RF command Swinglibrary library Returns the value of a text component (e.g. text field, password field, text area). Clears contents of text component (e.g. text field, password field, text area). Inserts text into a text component (e.g. text field, password field, text area). Prints components (their types and their internal names) from the selected context. |
It implements the RF command Swinglibrary library Returns the value of a text component (e.g. text field, password field, Clear Text Field identifier Clears contents of text component (e.g. text field, password field, text Insert Into Text Field identifier, text Inserts text into a text component (e.g. text field, password field, text Prints components (their types and their internal names) from the selected 2013/8/22 Jussi Malinen [email protected]
|
Done for text components in 3d38297 |
Changes the issue name to be about text components. Done with that scope. |
Right now if I create an java.awt.TextField, it is impossible to focus on that or to write there text.
If it is somehow possible (?) it would be handy to support also awt components.
The text was updated successfully, but these errors were encountered: