io.qt.printsupport.QtJambi_LibraryUtilities Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-printsupport-jre8 Show documentation
Show all versions of qtjambi-printsupport-jre8 Show documentation
Classes to make printing easier and more portable.
The newest version!
package io.qt.printsupport;
final class QtJambi_LibraryUtilities {
static{
try {
io.qt.QtUtilities.initializePackage("io.qt.internal");
io.qt.QtUtilities.loadQtLibrary("Gui");
io.qt.QtUtilities.loadQtLibrary("Widgets");
io.qt.QtUtilities.loadQtLibrary("PrintSupport");
io.qt.QtUtilities.loadQtJambiLibrary("PrintSupport");
} catch(Error t) {
throw t;
} catch(Throwable t) {
throw new ExceptionInInitializerError(t);
}
}
static final io.qt.InternalAccess internal = internalAccess();
private static native io.qt.InternalAccess internalAccess();
static void initialize() { };
private QtJambi_LibraryUtilities() throws java.lang.InstantiationError { throw new java.lang.InstantiationError("Cannot instantiate QtJambi_LibraryUtilities."); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy