Package edu.cmu.tetrad.util
Class JOptionUtils
java.lang.Object
edu.cmu.tetrad.util.JOptionUtils
Stores some utility items for displaying JOptionPane messages.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptionstatic JComponent
centeringComp.static Frame
getCenteringFrame.static void
setCenteringComp
(JComponent component) Sets the centering component used throughout.
-
Method Details
-
setCenteringComp
Sets the centering component used throughout. May be null.- Parameters:
component
- Ibid.
-
centeringComp
-
getCenteringFrame
-