java fx and transition to java 7
It's a known problem that swing leaks memory dealing with images, behaves in an unpredictable way when accessed from other threads than EDT and is becoming an outdated technology in general.
I suggest that we should use a newer UI framework for batlefield that is expected to consume less memory and be able to use modern videoboards where avaliable. That is Java FX 2.2 from Oracle.
It is also said to fire exceptions whenever programmer tries to use ui components from a wrong thread.
It allows to embed javafx scenes onto swing components, so it can be applied to a few areas to start with.
I haven't seen it before, but want to give it a try as soon as I return from a vacation (this Sunday through May 6). Thus in case of success we'll need to upscale the required jre version to 7 to support the new components.
What do you think of this?
I suggest that we should use a newer UI framework for batlefield that is expected to consume less memory and be able to use modern videoboards where avaliable. That is Java FX 2.2 from Oracle.
It is also said to fire exceptions whenever programmer tries to use ui components from a wrong thread.
It allows to embed javafx scenes onto swing components, so it can be applied to a few areas to start with.
I haven't seen it before, but want to give it a try as soon as I return from a vacation (this Sunday through May 6). Thus in case of success we'll need to upscale the required jre version to 7 to support the new components.
What do you think of this?