Package com.dkt.graphics.utils
Class GuiUtils
java.lang.Object
com.dkt.graphics.utils.GuiUtils
- Author:
- Federico Vera <[email protected]>
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
centerDialog
(JDialog dialog, JFrame frame) Centers a dialog in a framestatic void
centerFrame
(JFrame frame) Centers a frame on the screen
-
Method Details
-
centerFrame
Centers a frame on the screen- Parameters:
frame
- the frame to center- Throws:
IllegalArgumentException
- ifframe
isnull
-
centerDialog
Centers a dialog in a frame- Parameters:
dialog
- the dialog to centerframe
- the frame- Throws:
IllegalArgumentException
- if eitherdialog
orframe
arenull
-