Skip to content
Advertisement

Tag: swt

Platform specific code in Eclipse

We’re developing a java desktop/Eclipse RCP application with a graph-layout component. We faced issues with the GUI scaling on newer(8, 8.1, 10) versions on windows, it appeared that one can only retrieve the scaling factor through win32 api calls, so we added a little DLL that does this and call it through JNI. Works fine on windows, works fine in

MDI in SWT on Linux?

I’d like to create an MDI application using SWT. I’ve done extensive searches and reach that the Decorations Object is the one responsable for trying supporting behavior. However, I’ve a Linux box, and the example provided doesn’t work for me. The output of the example provided by the above link is: Image However, on Linux (GTK), I see only labels

Advertisement