Type in without showing the words

Hi, I'm developing a standalone program that require user to type in their PIN number.
In this case, when the user is prompted to enter their PIN, how can I not show their PIN on the screen on the terminal (when they type in the screen should show ****) when they type in their pin?
can someone help me ..this is urgent..thanks

There is a very good article at the following location :
http://java.sun.com/features/2002/09/pword_mask.html

Similar Messages

  • HT2729 after downloading a tv show the words don't match the lips any fix for that?

    After downloading a tv show the words don't match the lips, is there any fix for that? 

    Do you live in a country where you can redownload tv shows?
    Learn more about which content types are supported for iTunes in the Cloud by country, as well as where iTunes Match is available.

  • Can I print a calander without showing the times of events?

    Can I print a calander without showing the times of events. Or, alternatively, is there a way to list things without having them be an event. Just notes on the day, for instance.

    It seems like a simple solution must be at hand. There is an option in the iCal Preferences (General) panel--Show event times. With this command unchecked the screen view of the month view is free of the times of day, but when I print the month view the times of day are printed.

  • HT1338 After I updated my MacProBook a box appeared showing the word "password" and I'm stuck here with no way to continue

    After I upgrade my MacProBook a box appeared showing the word "password" and I'm stuck here

    Can you Force Quit? 
    What did you upgrade? 

  • ITunes never shows the word "device" so, I cannot backup, sync etc

    I rarely plug into iTunes, update, sync because iTunes does not show the word "Device" and does not show an icon for my device. I cannot find help no this topic under the help topic and it is becoming so time consuming as I am pretty much iPhone iTunes dumb. Can someone help. I don't even know whether I will be able to find my way back to this community. So, if someone has an response and they don't get a thank you from me it is because I am lost in the system. Very frustrating. My email addy is [email protected].if someone finds me..
    Thank you community

    Hi CLHunter,
    If you have recently updated iTunes and are having issues, including device recognition issues, you may find the following articles helpful:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Regards,
    - Brenden

  • When email goes out from my IPhone, it shows the word "Primary" as the sender and not my name. How so I change this?

    When email goes out from my IPhone, it shows the word "Primary" as the sender and not my name. How do I change this?

    What is available in the Name field with the email account settings?

  • The submit button on my form will not show the word SUBMIT. I type it in but as soon as I take the form out of edit mode SUBMIT disappears. The background is yellow and SUBMIT is in black. Any ideas?

    I can't make the word SUBMIT stay visible on the submit button

    Yes. They need to download Reader and then disable Google Chrome's internal PDF viewer and enable Adobe Reader.
    FireFox should also be configured to use Adobe Reader and not the internal PDF viewer.
    The internal viewers are created to process PDF documents by not including the features and code to process PDF forms.

  • I am registering at a web site(like AARP) and asked to type the words shown below but firefox does not show the words

    the words are used as a security

    No problem here with the captchas.
    Make sure you are displaying images and using JavaScript
    # Tools -> Options -> Content
    # [x] Load images automatically
    # [x] Enable Javascript

  • How to show the subtotal value of a field without showing the rows in ALV?

    Dear All,
    In my ALV I am showing the sub total value of a calculated field. But the requirement is, only the category and sub total value will be shown in the ALV not the all rows, i,e
    CATEGORY     VALUE
      Z01       186,000 (the subtotal value)
    Here, the rows whose values are calculated to 186,000 will not appear. Plz give some idea.
    With regards,
    Rosaline.

    Hi
    Using the fieldcatalog, you can achieve this.
             no_out(1)      type c,        " (O)blig.(X)no out
    use this in fieldcatelog. u can achieve this.
    All the best
    Edited by: Sudeesh Ravindran on Mar 23, 2011 9:22 AM

  • How to Protect a Word Table in a Word Document without Protecting the Word Document

    Is there any way we can Protect a Word Table alone without Protecting the Entire Word Document?
    or
    My requirement is to Protect the Table from Editing but at the same time, the other default word features like, Track Changes, Page Orientation etc., shouldn't be disabled. Because while the document is Protected, I couldn't Accept or Reject Track Changes,
    the menu options are being disabled.
    Any kind of help is much appreciated!
    Thanks.

    Hello,
    This forum is for discussions and questions regarding profiles and Microsoft's recognition system on the MSDN and TechNet sites. It is not for products/technologies.
    As it's off-topic here, I am moving the question to the
    Where is the forum for... forum.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • Linking to an OBIEE report without showing the user and password

    Hi!
    we are trying to access to an obiee report from an external portal (coded with php).
    The idea is that the user clicks on a link an gets the report in pdf format. For that purpose we are using this url:
    http://ttivobiee01:7001/analytics/saw.dll?Go&Path=/shared/Prueba/ogp_obi&Action=Print&P0=1&P1=eq&P2="Criteria"."Key"&P3=1402&NQuser=user&NQPassword=pass&format=pdf
    But this url is expossing OBIEE's user and password.
    In order to avoid this security issue we tried to do an wget of the url but it doesn't return the report. Instead we get an html, which seams to download the report chunk by chunk (using javaScript).
    The question is, is there any way that we could let our portal ussers access to an obbie report without expossing the user and password?
    I have been looking into oracle forums and have found this: OBIEE Go URL with password protected
    but we couldn't use this aproach due to security issues.
    Thanks!
    Nuria

    Hi!
    We have finally done this (and it works!)
    <?php
    $urlInforme='http://obi:7001/analytics/saw.dll?Go&Path=/shared/Prueba/ogp_obi&Action=Print&P0=1&P1=eq&P2="Criterios"."Clave oficial"&P3=1402&NQuser=user&NQPassword=pass&format=pdf';
    $ch = curl_init($urlInforme);
    $ckfile = tempnam ("./", "CURLCOOKIE");
    $ch = curl_init ($urlInforme);
    curl_setopt ($ch, CURLOPT_COOKIEJAR, $ckfile);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $output = curl_exec ($ch);
    $ch = curl_init ($urlInforme);
    curl_setopt ($ch, CURLOPT_COOKIEFILE, $ckfile);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, true);
    $fp = fopen("salida.pdf", "w");
    curl_setopt($ch, CURLOPT_FILE, $fp);
    $output = curl_exec ($ch);
    curl_close($ch);
    fclose($fp);

  • How to present content without showing the item in left nav bar?

    Here's the scenario -
    I have a single role.  A user logs in and gets their content accordingly.  The default content in the main display area is whatever the first item in the role is (e.g. IView A).  Under that are various folders, iviews, etc.
    How can I make the content from IView A appear, but not actually show the title of IView A in the left hand nav bar?

    Here is what you can do (left navigation is called detailed navigation)
           1.      From the Page Content List of the Default Framework Page, select Desktop Innerpage and click Open.
           2.      From the Page Content List of the Desktop Innerpage select the Detailed Navigation iView and click Properties.
           3.      Scroll to the Start at Level property and assign a value that is one higher than the value of the Number of Display Levels property in procedure l. Configure Top-Level Navigation. For example, if top-level navigation is configured for one level, the detailed navigation begins on the second level, that is with the value 2.
           4.      Click Save.
    Detailed navigation is not automatically synchronized with top-level navigation; the values you enter for top-level and detailed navigation must agree. For example, if you enter the value 1 for top-level navigation, while detailed navigation still has the value 3, one level is left out, creating a gap.
    For more details check this
    http://help.sap.com/saphelp_nw04/helpdata/en/2d/91e33edd37de63e10000000a11405a/frameset.htm
    Regards,
    Piyush
    ps: please award points for useful answers.

  • Is there a way to have notifications for messages/whatsapp in the lock screen without showing the identity of the sender?

    Is there a way to show banners (in the lock screen) to notify of a new message withough showing the name of the sender, as for business purposes this can sometimes be confidential? Ie. I want it to just say for example 'whatsapp message', rather than 'whatsapp message from XX'.

    Answer would be no unless application provided such feature. Numbers does not as far as I know.
    Note that even if you have complete list of formulae used in a table, identifying formulae referencing any given cell is not simple.
    E.g., cell T20 is referenced not only in
    =T20+1
    but also in
    =SUM(T)
    =SUM(20:20)
    =SUM(S19:U22)
    =OFFSET(S1,19,1,1,1)
    =INDIRECT("T"&(10*2))
    In order to identify such formula, we have to actually evaluate it to see if it references the given cell. Especially such formula as OFFSET() and INDIRECT() may not be found by static parser because their parameters can be dynamic.
    Sorry to be the bearer of bad tidings.
    H

  • Muvo^2 Hangs at Welcome Screen (Showing the word "CREATIV

    This is the first time I have posted in this forum.
    I have a problem with my Nomad MuVo^2 .5 GB player.
    It seem to be working fine until I have re-formatted it by using it's recovery mode.
    And then I upgrade a firmware to the lastest (.6.0) version.
    Since that there was a little problem.
    The process of upgrading the firmware seem to be really slow.
    And when it completed it said something like the device is rebooting.
    And then I heared the unpluged sound from windows XP (The sound that happen when you disconnect the player from USB port)
    Since that there was nothing happened
    So I looked at the player's screen
    It's freezing at the welcome screen (The screen showing the CREATIVE logo) and nothing else (no harddisk reading sound or anything)
    I have tried pressing every button but nothing happened so I need to remove the batteries and replaced it again but the player stilled got the same problem
    I can't pass through the welcome screen even if I tried the recovery mode, it doesn't show anything else except the welcome screen
    no recovery mode no loading music nothing.
    Anyone know how should I do to fix my player problem?
    Thanks in advance

    If you can't get into Rescue Mode the player has a serious problem. You need to contact Creative Support.

  • How to paste a Word table into email without showing the guidelines.

    When I paste a Word table into an email using Explorer, the guidelines don't show. When I paste into an email while using Firefox, the lines show. I don't want the guidelines to show.

    BigEnd wrote:
    When pasted from Word, the graphics are Inline by default.  You can correct each one by selecting the graphic and then Anchored Object, Options and selecting Above Line (centered etc).  What I do then is create an object style to these specs and this makes it quicker to apply to the graphics.
    You say that there are very many graphics in the doc - does anyone know how to make the above settings the default when graphics are pasted from Word?
    M
    Thank you M, but I believe I figured it out:
    I made styles in Word to make things a bit simpler when changing large sections of text, so within the settings of the images style select Format>Paragraph>Line and Page Breaks. Under 'Textbox Options' the Tight wrap defaults to 'None' - Select 'All'.
    When the file is placed into InDesign, the images don't overlap, and are exactly where they need to be.

Maybe you are looking for

  • Client does not have permission to send as this sender

    We have a CRM web application hosted on a server. When a user launches the site, the site provides facility to the customer to send the query into the system using the email. The website provides the filed for the customer to enter customer’s email I

  • RuntimeException in Message-Mapping transformatio error in txt to txt  fcc

    hi in my design part i executed my mapping program , it executed successfully my src is <?xml version="1.0" encoding="UTF-8"?> <ns0:mt_sarat_txttxt_sender xmlns:ns0="http://Sarat">    <Company>       <Header>          <Key1>H</Key1>          <RecordI

  • Adobe acrobat anchor link not going to the right page.

    I have anchor link from html page like http://www,pbgc.gov/docs/2006bluebook.pdf#page=15, when you try to click the link on my machine and some other employees it goes to first page rather than going to page 15. Other employees get page 15. Have anyo

  • 2010 Mac Mini Second HDD

    Hi, i know in the new 2011 Mac Mini you can fit 2 Small HDD in can you do the same with the mid 2010 model

  • ABAP 'WITH' Clause

    Does ABAP have something like a WITH clause? Other languages allow me to something like ... WITH myrec DO {do some processing} ENDWITH I find that I am ... wa-field1 = 'newdata1'. wa-field1 = 'newdata2'. wa-field99 = 'newdata99'. ... seems very labou