RE: Static FXMLLoader load method deprecation

2013-08-30 Thread John Smith
mailto:zon...@gmail.com] Sent: Friday, August 30, 2013 3:59 PM To: John Smith Cc: openjfx-dev@openjdk.java.net Subject: Re: Static FXMLLoader load method deprecation +1 On 31/08/2013, at 8:54 AM, John Smith wrote: > The static methods on FXMLLoader are very confusing. > > It is very easy

Re: Static FXMLLoader load method deprecation

2013-08-30 Thread Daniel Zwolenski
+1 On 31/08/2013, at 8:54 AM, John Smith wrote: > The static methods on FXMLLoader are very confusing. > > It is very easy to create errors by writing code that mixes static and > instance FXMLLoader methods. > > Everything that can be done with static load methods, can be done with > inst