Project

General

Profile

« Previous | Next » 

Revision 53f23b64

Added by Leszek Koltunski about 4 years ago

Progress with Pretty Patterns - do away with the tabbed dialog!

View differences:

src/main/java/org/distorted/patterns/RubikPattern.java
26 26

  
27 27
public class RubikPattern
28 28
{
29
  private static final int MIN_CUBE  = 2;
30
  private static final int MAX_CUBE  = 5;
31
  public  static final int NUM_CUBES = MAX_CUBE-MIN_CUBE+1;
29
  public static final int MIN_CUBE  = 2;
30
  public static final int MAX_CUBE  = 5;
31
  public static final int NUM_CUBES = MAX_CUBE-MIN_CUBE+1;
32 32

  
33 33
  private int[] numCategories = new int[NUM_CUBES];
34 34
  private static String buffer="";

Also available in: Unified diff