- centerWindow(JFrame) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
- close() - 类 中的静态方法com.github.becauseQA.window.utils.SplashScreenUtils
-
- com.github.becauseQA.window.layout - 程序包 com.github.becauseQA.window.layout
-
- com.github.becauseQA.window.swingworker - 程序包 com.github.becauseQA.window.swingworker
-
- com.github.becauseQA.window.utils - 程序包 com.github.becauseQA.window.utils
-
- createDialogButtonPanel(JButton, boolean) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependant on
the platform.
- createDialogButtonPanel(JButton[], boolean) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependant on
the platform.
- createDialogButtonPanel(JButton, JButton, boolean) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependant on
the platform.
- createDialogButtonPanel(JButton[], JButton, boolean) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependant on
the platform.
- createDialogButtonPanel(JButton, JButton, JButton, boolean) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependant on
the platform.
- createDialogButtonPanel(JButton, JButton, JButton[], boolean) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependant on
the platform.
- createDialogButtonPanel(JButton[], JButton, JButton[], boolean, String) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependent on
the platform.
- createDialogButtonPanel(JButton, JButton) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a dialog button panel with the order and alignment dependent on
the platform.
- createScrollPane(Component, int, int) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create a scroll pane whose scroll bar policy conforms with the current
platform. i.e. on Mac OS lf if a scroll bar's policy states that it may
be shown as needed it should instead always be shown.
- createWebBrowserEngine(JFrame, String, JLabel, JTextField, JProgressBar) - 类 中的静态方法com.github.becauseQA.window.utils.PlatformUIUtils
-
Create the web browser using JAVAFx api issue with the exit thread:
http://stackoverflow.com/questions/19212569/javafx-runlater-runnable-not-called
- CursorUtil - com.github.becauseQA.window.utils中的类
-
Cursor utility methods.