From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 129315 invoked by alias); 30 Oct 2018 16:08:09 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 129296 invoked by uid 89); 30 Oct 2018 16:08:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,MIME_BOUND_DIGITS_15,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=H*c:alternative X-HELO: mail-it1-f172.google.com Received: from mail-it1-f172.google.com (HELO mail-it1-f172.google.com) (209.85.166.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 Oct 2018 16:08:07 +0000 Received: by mail-it1-f172.google.com with SMTP id f16-v6so6818810ita.3 for ; Tue, 30 Oct 2018 09:08:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=Z1EWnOpjQhV1MFgbuDH2p9SFHm0NPv4UMKLgcGNfRec=; b=K2rQpQM0CxJ46zE8UpaAsyCOoSrFjoZuZPtBnIQuj3bUDSG+7wEGX3/K3vXbPvvRGq OgQRxy5Bu++ZBGPJusTHnbFdIueuHtaYLwNpwXEgCvqtv/smZ3MJQUadPMJ+OvPz/nJo KXJs3A5h9tpSFyQSezSGqjxolctFm7A0KerfUwZxFltTaI+MJpIVdMH/HN1RAyeadCiW qbKuLrbSJU7DusKTS1mT9xSgFGn4k28tq3uj9vWu+G282aPmW9A6too3uEbYx++BBoP8 T5CllHwhDX0ENfqVlrTjgfM8MKKjoVKDLH8J+U3PjanpRStqB2S2P+Ca4bg4TbuouSfZ T9eQ== MIME-Version: 1.0 From: Arie van Wingerden Date: Tue, 30 Oct 2018 16:08:00 -0000 Message-ID: Subject: Question on JavaFX in Kawa To: kawa@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-q4/txt/msg00012.txt.bz2 Hi, the example from here https://per.bothner.com/blog/2011/JavaFX-using-Kawa-intro/ is working OK. In the example I see a nice and simple declarative example. Are there more examples showing how to access UI elements programmatically. What I mean is e.g. change contents of a NAMED listbox when some button is clicked. TIA .Arie