JFXApp does not do a particularly good job of implementing the DelayedInit
trait. See
http://stackoverflow.com/questions/22468787/base-class-constructor-not-being-cal
led-in-jfxapp for one example.
I think we need to change JFXApp to itself be a trait (so that its own
initialization is not passed to delayedInit(), and so that it can queue-up
sub-class initialization code in its overridden delayedInit() for sub-classes
then dispatch them in main(). See the implementation of scala.App for a good
example.
Original issue reported on code.google.com by mike@hindsight-consulting.com on 19 Mar 2014 at 4:08
Original issue reported on code.google.com by
mike@hindsight-consulting.com
on 19 Mar 2014 at 4:08