mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
changed "since 3" to "since 2.6"
This commit is contained in:
@@ -164,7 +164,7 @@ public interface FlatSystemProperties
|
||||
* Searches for the native library in classloader of caller
|
||||
* (using {@link ClassLoader#findLibrary(String)}) and in paths specified
|
||||
* in system properties {@code sun.boot.library.path} and {@code java.library.path}.
|
||||
* (supported since FlatLaf 3)
|
||||
* (supported since FlatLaf 2.6)
|
||||
* <p>
|
||||
* If the native library can not loaded from the given path (or via {@link System#loadLibrary(String)}),
|
||||
* then the embedded native library is extracted to the temporary directory and loaded from there.
|
||||
|
||||
@@ -81,7 +81,7 @@ public class NativeLibrary
|
||||
*
|
||||
* @param libraryName name of the native library (without "lib" prefix and without extension)
|
||||
* @param supported whether the native library is supported on the current platform
|
||||
* @since 3
|
||||
* @since 2.6
|
||||
*/
|
||||
public NativeLibrary( String libraryName, boolean supported ) {
|
||||
this.loaded = supported
|
||||
|
||||
Reference in New Issue
Block a user