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