Sometimes, it's a nice thing to hide the content of an NSTextField, for example to enter a password in that field.
NSSecureTextField is an inherited class from: NSTextField, NSControl, NSView, NSResponder and NSObject.
This class makes it possible, to hide password-entry objects or any item in which a secure value must be kept.
JAVA Code example:
cmoning soon...