Package gnonograms.utils

Examples of gnonograms.utils.Cell


  this.addMouseListener(new GridMouseAdapter());
  this.addMouseMotionListener(new GridMouseMotionAdapter());
  this.addKeyListener(new GridKeyAdapter());
  this.setBorder(BorderFactory.createLineBorder(Color.black));

  currentCell=new Cell(-1,-1,Resource.CELLSTATE_UNDEFINED);
  previousCell=new Cell(-1,-1,Resource.CELLSTATE_UNDEFINED);
  currentRow=-1;
  currentCol=-1;
 
  solvingColors=new Color[8];
  settingColors=new Color[8];
View Full Code Here

TOP

Related Classes of gnonograms.utils.Cell

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.