Question on JavaFX in Kawa

Per Bothner per@bothner.com
Tue Oct 30 18:49:00 GMT 2018


On 10/30/18 9:07 AM, Arie van Wingerden wrote:

> 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.

Have you looked at the animation example:

https://per.bothner.com/blog/2011/JavaFX-using-Kawa-animation/

That might give you some ideas.  Instead of properties of rect being changed
using animation, you could have properties of the listbox changed
by the event handler.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/



More information about the Kawa mailing list