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
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
Post a Comment