mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 22:10:54 +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
|
* Searches for the native library in classloader of caller
|
||||||
* (using {@link ClassLoader#findLibrary(String)}) and in paths specified
|
* (using {@link ClassLoader#findLibrary(String)}) and in paths specified
|
||||||
* in system properties {@code sun.boot.library.path} and {@code java.library.path}.
|
* in system properties {@code sun.boot.library.path} and {@code java.library.path}.
|
||||||
* (supported since FlatLaf 3)
|
* (supported since FlatLaf 2.6)
|
||||||
* <p>
|
* <p>
|
||||||
* If the native library can not loaded from the given path (or via {@link System#loadLibrary(String)}),
|
* 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.
|
* 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 libraryName name of the native library (without "lib" prefix and without extension)
|
||||||
* @param supported whether the native library is supported on the current platform
|
* @param supported whether the native library is supported on the current platform
|
||||||
* @since 3
|
* @since 2.6
|
||||||
*/
|
*/
|
||||||
public NativeLibrary( String libraryName, boolean supported ) {
|
public NativeLibrary( String libraryName, boolean supported ) {
|
||||||
this.loaded = supported
|
this.loaded = supported
|
||||||
|
|||||||
Reference in New Issue
Block a user