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 -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -