in-sideFX / Undecorator

Decorate "Undecorated" JavaFX windows
118 stars 30 forks source link

performance not enough #7

Open e-cloud opened 10 years ago

e-cloud commented 10 years ago

when i drag the resize corner, it just take more time(more than other application), and it obvious shows a feel of delay.

in-sideFX commented 10 years ago

Hi, Could you tell me on which OS have you, and what is your JRE version? Thanks

e-cloud commented 10 years ago

jdk8+win8

iamjvn commented 10 years ago

Resizing on my Linux or Windows running 8u20 is also a little slow. I don't know if this has to do with the fact that for every small change the code has to recalculate the changes to nodes. Perhaps only resize the stage for every 2 to 5 pixel changes as you drag the mouse?

in-sideFX commented 10 years ago

Since it may come several factors, especially the number of nodes your app have, question: Do you experience the same behavior with a native window chrome?

iamjvn commented 9 years ago

Do you mean a Google Chrome browser window? No, no resize performance issues.

I also did not experience any window resize performance issues prior to switching to Undecorator.