//
//  Common.java
//  JRGui
//
//  Created by Simon Urbanek on Thu Jul 22 2004.
//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
//

package org.rosuda.iWidgets;

public class Common {
    public static final int iVersion=0x0100;

    public static int getIntVersion() { return iVersion; }
}
