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 voidcenterDialog(JDialog dialog, JFrame frame) Centers a dialog in a framestatic voidcenterFrame(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- ifframeisnull
-
centerDialog
Centers a dialog in a frame- Parameters:
dialog- the dialog to centerframe- the frame- Throws:
IllegalArgumentException- if eitherdialogorframearenull
-