A Java application called UhfApp is provided with full source code.This application uses SWT (Standard Widget Toolkit) library for all its GUI frontend. SWT uses underlying OS’es native API to display the widgets and therefore the widgets get a native look.
In addition, due to native calls, all hardware accelerations are handled by the OS itself. The application can be easily modified to run on Swing, but this is unnecessary. SWT library is a single jar file which is available for all popular OSes (this includes Windows, Mac OSX, Linux, Raspbian, and more).
In addition, due to native calls, all hardware accelerations are handled by the OS itself. The application can be easily modified to run on Swing, but this is unnecessary. SWT library is a single jar file which is available for all popular OSes (this includes Windows, Mac OSX, Linux, Raspbian, and more).