Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 733 → Rev 734

/sun/xmleditor/trunk/src/plugins/regionEditorPlugin/ImagePanel.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.2 $
* @version $Revision: 1.3 $
*
* Last modification: $Date: 2003/07/21 11:18:22 $
* $Id: ImagePanel.java,v 1.2 2003/07/21 11:18:22 smcsporr Exp $
* Last modification: $Date: 2003/07/23 10:19:10 $
* $Id: ImagePanel.java,v 1.3 2003/07/23 10:19:10 ioklasse Exp $
*/
 
package src.plugins.regionEditorPlugin;
27,7 → 27,7
* @author Yulia Klassen
* @author Viktoriya Zudova
*
* @version $Revision: 1.2 $ Last modification: $Date: 2003/07/21 11:18:22 $
* @version $Revision: 1.3 $ Last modification: $Date: 2003/07/23 10:19:10 $
*/
class ImagePanel extends JPanel {
 
46,9 → 46,13
/* The height of the image. */
private int imageHeight;
 
// TODO comments
/* The scale coef of the image. */
private double coef;
/* The list of all regions. */
private List regions;
/* The selected region. */
private Region selectedRegion;
 
/**