Package org.jdesktop.application.utils
Class AppHelper
- java.lang.Object
-
- org.jdesktop.application.utils.AppHelper
-
public final class AppHelper extends java.lang.Object
Class containing help methods on application level.- Author:
- Vity
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlatformType
getPlatform()
Determines a platform type the application is running on.
-
-
-
Method Detail
-
getPlatform
public static PlatformType getPlatform()
Determines a platform type the application is running on.- Returns:
- current platform type
-
-