java - How the SWT is Faster than Swing? -


i exploring swt(standard widget toolkit) api , found faster swing. here have found data comparing performance between these 2

enter image description here

so do't undersatnd how can faster swing. know it, please explain?

in short:

swing implemented totally in java , runs in jvm, makes independent of platform (at least in theory) runs slower native applications.

swt implemented using native libraries , part of runs natively in machine, why runs faster; makes platform dependent, need know application going run download propper jar , libraries.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

python - GitPython: check if git is available -

How to merge four videos on one screen with ffmpeg -