Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'url:faqs': 0.09; 'andreas': 0.16; 'bye,': 0.16; 'url:catb': 0.16; 'wrote:': 0.17; 'received:mail-bk0-f46.google.com': 0.22; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'received:209.85.214.46': 0.27; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'message-id:@gmail.com': 0.36; 'url:org': 0.36; 'thank': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=E16r1v3waYh6gU5cYAlKVNenMKBbfoVZ6FlO89+WzSo=; b=TXAKGJ7MP4Msy3JZYdckHXEWu5/O2z62v8F0SZgve8FB/NSA8qcBxZ/PmJl879iySy k7XXe59FLExSHP4iXAG3sQ3HPh1PqbkO5yG/6P97s+lrduLmy6K6uSBEUDTjglnfdlCu R/0iSJQVjk+35Rqvj+rh/QgvuIXyuf8ERfI9YuQautpRc/SplzODBcfOEaNisNvqLOrN Zi8hLxWVwKEunfz7PXO5n/Hv9/AubKymV+Qw20lUd34VyPqXIQW8+0HAHkCXluIJVN+/ +ixkbPsZ6u542lQ3FLlMLTZIVHf/euTkKXceUDbuZ3TaL4Ft3PANiBz+uoXi3Gl/RL9w DZdg== Date: Tue, 04 Sep 2012 20:42:15 +0200 From: Andreas Perstinger User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: focus on jtextfield References: <50a09acc-a7ac-4c17-b790-65cf3db80478@googlegroups.com> In-Reply-To: <50a09acc-a7ac-4c17-b790-65cf3db80478@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346784142 news.xs4all.nl 6850 [2001:888:2000:d::a6]:57810 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28418 On 04.09.2012 11:34, Paolo wrote: > how do I know if a JTextField has the focus? > thank to all Look there: http://www.catb.org/esr/faqs/smart-questions.html#forum Bye, Andreas