Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Oct 14, 2024
1 parent be41e48 commit 082a430
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions HMCL/src/main/java/org/jackhuang/hmcl/ui/FXUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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) {
Expand All @@ -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) {
Expand Down

0 comments on commit 082a430

Please sign in to comment.