I understand and see the merrits of special handling so that the engine
prevents leaking. OTOH, special handling always is extra overhead, and I know
how careful the JavaFX team weighs any additional performance hit, so the
question remains if the engine should have a special handling or the CS
Jira: https://javafx-jira.kenai.com/browse/RT-39046
webrev: http://cr.openjdk.java.net/~flar/RT-39046/webrev.00/
...jim
I think you are running into https://javafx-jira.kenai.com/browse/RT-36851
-- Kevin
Francisco Javier Godino wrote:
Hello:
I created an application that it uses Preloader.
The preload is running perfectly if it is invoked directly.
(Ej: Java -jar jarfile.jar)
If I use the winlauncher, the
Hello:
I created an application that it uses Preloader.
The preload is running perfectly if it is invoked directly.
(Ej: Java -jar jarfile.jar)
If I use the winlauncher, the preloader is not invoked.
Thanks in advance
Javier
P/D
I opened the MANIFEST.MF inside the JAR file and the directi
On 10/21/14, 1:09 PM, Tom Eugelink wrote:
That makes sense :-) I've tested it under 8U40, took some hacking
because of the other CSS problems with the "only affects the control",
but it indeed seems to not be a problem anymore.
About this "only affects the control"; are you sure you want to a
That makes sense :-) I've tested it under 8U40, took some hacking because of the other
CSS problems with the "only affects the control", but it indeed seems to not be
a problem anymore.
About this "only affects the control"; are you sure you want to add special CSS
handling for controls in the
Hello,
Please, have a look:
https://javafx-jira.kenai.com/browse/RT-38921
http://cr.openjdk.java.net/~ant/RT-38921/webrev.0
In order to resolve a deadlock Component.revalidate() is invoked on EDT.
Thanks,
Anton.
JavaFX CSS has a 'lookup' feature that allows you to declare the value
of a property as another property. For example, the -fx-base property
defines the base color of the modena theme (the same goes for caspian).
When a css value is calculated, these looked-up properties have to be
resolved to