Re: focusLost vs. actionPerformed
- From: Karsten Lentzsch <karsten@xxxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 12:31:05 +0200
Richard F.L.R.Snashall wrote:
I have a number of JTextField components that allow user entry.
I have set up both an ActionListener and a FocusListener so that,
for either actionPerformed or focusLost, the value is examined
for validity. [...]
I provide an open source Java library for validation.
There's a Validation Demo that demonstrates a bunch of
problems, concepts and solutions for Swing validations
and validation presentations.
The JGoodies Validation project is here:
https://validation.dev.java.net
The JGoodies Validation Demo is here:
http://www.jgoodies.com/freeware/validationdemo/index.html
-Karsten
.
- References:
- focusLost vs. actionPerformed
- From: Richard F.L.R.Snashall
- focusLost vs. actionPerformed
- Prev by Date: Re: focusLost vs. actionPerformed
- Next by Date: JTree display update issue with new nodes
- Previous by thread: Re: focusLost vs. actionPerformed
- Next by thread: Layouts. Which to use, and when/
- Index(es):