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

Receive udp packets in android gstreamer -

php - Extract Text from HTTP referer -

java - Callback from new thread to class from which thread was initiated -