As you can see, SAP passwords are recorded as text: _rsystbcode().setText(********).
正如您所见,SAP密码被记录为:_rsystbcode().setText(********)文本格式。
So, in the case of a JButton, if the third argument was text, then this would equate to a setText() call, where the argument to the method was represented by the String sent into the fourth argument.
所以,对于 JButton ,如果第三个参数是text ,那么这相当于一个setText()调用,该方法所需要的参数是由传递给第四个参数的String来表示的。
So, in the case of a JButton, if the third argument was text, then this would equate to a setText() call, where the argument to the method was represented by the String sent into the fourth argument.
所以,对于 JButton ,如果第三个参数是text ,那么这相当于一个setText()调用,该方法所需要的参数是由传递给第四个参数的String来表示的。
应用推荐