diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java index f713ea2b25..41e5d1cd6b 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java @@ -53,7 +53,6 @@ import org.jackhuang.hmcl.task.Task; import org.jackhuang.hmcl.ui.animation.AnimationUtils; import org.jackhuang.hmcl.ui.construct.JFXHyperlink; -import org.jackhuang.hmcl.util.CrashReporter; import org.jackhuang.hmcl.util.Holder; import org.jackhuang.hmcl.util.ResourceNotFoundError; import org.jackhuang.hmcl.util.StringUtils; @@ -726,7 +725,7 @@ public static void setIcon(Stage stage) { * * @param url the url of image. The image resource should be a file within the jar. * @return the image resource within the jar. - * @see CrashReporter + * @see org.jackhuang.hmcl.util.CrashReporter * @see ResourceNotFoundError */ public static Image newBuiltinImage(String url) { @@ -750,7 +749,7 @@ public static Image newBuiltinImage(String url) { * algorithm or a faster one when scaling this image to fit within * the specified bounding box * @return the image resource within the jar. - * @see CrashReporter + * @see org.jackhuang.hmcl.util.CrashReporter * @see ResourceNotFoundError */ public static Image newBuiltinImage(String url, double requestedWidth, double requestedHeight, boolean preserveRatio, boolean smooth) {