password entries

Guiserver, GTK-server, OpenGL, PostScript,
HTML 5, MIDI, IDE
Locked
aseph
Posts: 2
Joined: Mon Sep 08, 2008 9:41 pm

password entries

Post by aseph »

I am trying to make a login box. But there doesn't seem to be anything like
a JPasswordField.

Is there another way to do it?

thanks

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

You could use gs:key-event to capture keystrokes in the text area and then use gs:set-text to display the asterisk characters.

Locked