edu.princeton.repeatedgames.rgsolve.components
Class TextBimatrixGameWindow
java.lang.Object
edu.princeton.repeatedgames.rgsolve.components.TextBimatrixGameWindow
public class TextBimatrixGameWindow
- extends java.lang.Object
TODO Put here a description of what this class does.
- Author:
- Moshe.
Created Feb 26, 2013.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BIMATRIX
static final javax.swing.JRadioButton BIMATRIX
SYMMETRIC
static final javax.swing.JRadioButton SYMMETRIC
ZERO_SUM
static final javax.swing.JRadioButton ZERO_SUM
numAct1
static final NumberTextFields.IntegerTextField numAct1
numAct2
static final NumberTextFields.IntegerTextField numAct2
pays1
static final BeveledTextArea pays1
pays2
static final BeveledTextArea pays2
bkground
static java.awt.Color bkground
TextBimatrixGameWindow
private TextBimatrixGameWindow()
getTextMatrices
public static BimatrixGame getTextMatrices(int m1,
int m2,
double delta)
enableComponent
private static void enableComponent(java.awt.Component c,
boolean enable)