是说这个方法已经过时了,系统建议你用新的方法来替代,不过还是可以用的。
javax.swing.JPasswordField
char[]getPassword()
Returns the text contained in this TextComponent.
留意 API 文档
为了保证版本的 兼容, java保留了一些过期的方法, 高版本中有更好的处理方式。
不赞成用低版本的方法, 但也可以使用
JPasswordField这个类中的getText()方法已经过时,不推荐使用
这种警告应该没问题吧。只是告诉你不推荐这么使用。
这个方法设置为 @deprecated“不推荐使用的” 就会提示