Runnable JAR renders SWT Spinner differently

134 Views Asked by At

I am developing a swt application which should run as runnable JAR. All logic is working perfectly but SWT Spinner is not rendered correctly. Other UI components displayed as expected.

Should look like this (Running within eclipse):

When running with eclipse

But looks like that (Running in shell with: java -jar app.jar):

enter image description here

Does anyone faced similiar problems?

Configuration: Linux Mint 64, org.eclipse.swt.gtk.linux.x86_64.jar version 4.4

0

There are 0 best solutions below