Skip to content

Commit

Permalink
💥 Add UIUtil.java文档说明
Browse files Browse the repository at this point in the history
  • Loading branch information
GZYangKui committed May 8, 2024
1 parent be632cd commit 9a432f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/cn/navclub/nes4j/app/util/UIUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
import java.util.Optional;
import java.util.function.Consumer;

/**
* 封装<b>Javafx</b>UI相关操作工具类
*/
public class UIUtil {
public static void showError(Throwable t, String headerText, Consumer<Void> consumer) {
Platform.runLater(() -> {
Expand Down

0 comments on commit 9a432f1

Please sign in to comment.