/*******************************************************************************
* Copyright (c) 2014 Open Door Logistics (www.opendoorlogistics.com)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at http://www.gnu.org/licenses/lgpl.txt
******************************************************************************/
package com.opendoorlogistics.studio.scripts.editor;
import java.awt.Dimension;
final public class DisplayConstants {
public static final Dimension LEVEL1_SIZE = new Dimension(500, 400);
public static final Dimension LEVEL2_SIZE = new Dimension(450, 350);
}