This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question on JavaFX in Kawa


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]