1   /*
2    * @(#) App.java Sep 28, 2004
3    * 
4    * Copyright (c) 2002-2005 Delft University of Technology Jaffalaan 5, 2628 BX
5    * Delft, the Netherlands. All rights reserved.
6    * 
7    * This software is proprietary information of Delft University of Technology
8    * The code is published under the Lesser General Public License
9    */
10  package nl.tudelft.simulation.dsol.gui;
11  
12  /***
13   * <p>
14   * (c) copyright 2002-2005 <a href="http://www.simulation.tudelft.nl">Delft
15   * University of Technology </a>, the Netherlands. <br>
16   * See for project information <a
17   * href="http://www.simulation.tudelft.nl">www.simulation.tudelft.nl </a> <br>
18   * License of use: <a href="http://www.gnu.org/copyleft/lesser.html">Lesser
19   * General Public License (LGPL) </a>, no warranty.
20   * 
21   * @author <a href="http://www.tbm.tudelft.nl/webstaf/peterja/index.htm">Peter
22   *         Jacobs </a>
23   * @version 1.2 Sep 28, 2004
24   * @since 1.4
25   */
26  public class App
27  {
28  
29  	/***
30  	 * constructs a new App
31  	 * 
32  	 * 
33  	 */
34  	public App()
35  	{
36  		super();
37  		// TODO Auto-generated constructor stub
38  	}
39  
40  }