我想使用文本字段的值来验证GUI的用户名和密码。我试过这段代码:
If user.Text = "abc" and passwrd.Text = "abc" then
答案 0 :(得分:0)
您可以访问exact same as you would in Java:
my_text_field.getText
JRuby有一些很好的syntactic sugar可以让你与Java的互操作感觉更像Ruby,你也可以使用它:
# these are equivalent
my_text_field.get_text
my_text_field.text