Re: JTextField, how to disable the flashing icon which appears after clicking the component
- From: "John B. Matthews" <nospam@xxxxxxxxxxxxxx>
- Date: Wed, 04 Mar 2009 10:39:30 -0500
In article
<45aa4c3f-eb74-43dc-a91e-aa87d2f2d0c2@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
christidy@xxxxxxxxxxxxxx wrote:
[...]
The flashing thing is called caret.
Use a search engine.
<http://coding.derkeiler.com/Archive/Java/comp.lang.java.programmer/2008-01/msg00423.html>
Thank you Sabine. My apologies for not finding the answer to that
alone, I promise I did try searching on google and the forums but
typed the wrong search parameters to be able to find the required
answer.
Sabine's helpful suggestion may guide you to other resources related to
this problme. For example, the cited fragment shows how to make the
caret invisible. Alternatively, you may want simply to preclude its
blinking, e.g.:
candidates.getCaret().setBlinkRate(0);
The insertion point is then less bothersome but still visible.
--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>
.
- References:
- JTextField, how to disable the flashing icon which appears after clicking the component
- From: christidy
- Re: JTextField, how to disable the flashing icon which appears after clicking the component
- From: John B. Matthews
- Re: JTextField, how to disable the flashing icon which appears after clicking the component
- From: christidy
- Re: JTextField, how to disable the flashing icon which appears after clicking the component
- From: Sabine Dinis Blochberger
- Re: JTextField, how to disable the flashing icon which appears after clicking the component
- From: christidy
- JTextField, how to disable the flashing icon which appears after clicking the component
- Prev by Date: Re: JTextField, how to disable the flashing icon which appears after clicking the component
- Next by Date: Re: Who hides a JPopupMenu?
- Previous by thread: Re: JTextField, how to disable the flashing icon which appears after clicking the component
- Next by thread: Re: JTextField, how to disable the flashing icon which appears after clicking the component
- Index(es):
Relevant Pages
|