public class ToastUtil
extends Object
- 作者:
- lingkang
Created by 2022/9/11
-
-
方法概要
static void
toast(String msg,
int time,
javafx.stage.Window window)
static void
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
构造器详细资料
-
ToastUtil
public ToastUtil()
-
方法详细资料
-
toast
public static void toast(String msg,
javafx.stage.Window window)
-
toast
public static void toast(String msg,
int time,
javafx.stage.Window window)