Re: JavaFX 8 Progress

2013-07-18 Thread ozemale
Hi Mark, I know it is not necessarily helpful to post comments along the lines of this aint working without suggesting viable alternatives but given that I am not privy to Oracle's strategic plans for Web Start or Java in the browser and not privy to the internal technological limitations of such

Re: MSAA and Scene anti aliasing

2013-07-14 Thread ozemale
What if the type of AA is not MSAA? How about having one method to select the type of AA (i.e. through an enum) and another to set the additional properties (such as number of samples). Alternatively you could have just a single method (configureAntialiasing()?) that did both... - Original