SOM cards.

This commit is contained in:
magenoxx 2011-01-24 02:50:58 +03:00
parent e286f6ff72
commit 8003a1073e
8 changed files with 457 additions and 58 deletions

View file

@ -70,9 +70,9 @@ public class BigCard extends JComponent {
protected float hue = 0.005f;
protected float dh = 0.005f;
static private final int DEFAULT_DELAY_PERIOD = 50;
static private final float LEFT_BOUNDARY = -0.15f;
static private final float RIGHT_BOUNDARY = 0.15f;
static private final int DEFAULT_DELAY_PERIOD = 30;
static private final float LEFT_BOUNDARY = 0f;
static private final float RIGHT_BOUNDARY = 0.5f;
public BigCard() {
initComponents();