Gerrit Grunwald
Gerrit Grunwald
Sorry for the late reply but I was quite busy. So for that requirement you could either create a custom skin that only draws what you need or use areas...
First of all you should provide some code to get a better understanding of what you do. It is absolutely possible that you end up using more cpu using JavaFX...
No problem, like I wrote, provide some code and I can take a look at it and let you know if it is the right way to use it.
If you make a test like this (where you set the value really quick) you should set animated to false. This will prevent the animation of the needle which is...
Well I did such an implementation in a former swing library which was not that easy to implement. At the moment I'm hesitating to start it because it will really...
Keep in mind that if you would like to visualize "real-time" data, you should switch animation off (setAninated(false)). This is mainly used for visualizations of data which will come in...
do you need a specific format or dependent on the locale? Setting the locale should have an effect as far as I remember...will check at the weekend
Ok so could add a custom date formatstring property where you can pass the formatString e.g. „dd.MM.YYYY“ and another property to switch the use of this customDateFormatString on/off. In a...
Thank's for the heads up, what about providing an example of the bad performance so I can work on that. You might also want to provide a better solution if...
I've made some quick modifications and I really can't see the performance issue, so please check with the latest version.