Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » eclipse textfield password(how to make this work)
icon8.gif  eclipse textfield password [message #1178530] Sat, 09 November 2013 18:29 Go to next message
trever paulson is currently offline trever paulsonFriend
Messages: 1
Registered: November 2013
Junior Member
just wondering if someone can show me how to set up a username/password tool as i am making an app that requires users to log in. maybe there's a youtube vid or how to directions but i couldnt find anything. Mad just let me know. Thanks!
Re: eclipse textfield password [message #1184068 is a reply to message #1178530] Wed, 13 November 2013 07:42 Go to previous message
Ludwig Moser is currently offline Ludwig MoserFriend
Messages: 476
Registered: July 2009
Senior Member
as you do not specify which 'tools' you are using i just show you how to do it in SWT

in SWT you can create a password field like this:
Text password = new Text(this, SWT.BORDER | SWT.PASSWORD);
Previous Topic:Eclipse won't download
Next Topic:ExtensionContributionFactory toolbar contributions
Goto Forum:
  


Current Time: Thu Mar 28 21:29:04 GMT 2024

Powered by FUDForum. Page generated in 0.01746 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top