/* Copyright (c) 1997-2004 Ewgenij Gawrilow, Michael Joswig (Technische Universitaet Berlin, Germany) http://www.math.tu-berlin.de/polymake, mailto:polymake@math.tu-berlin.de This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version: http://www.gnu.org/licenses/gpl.txt. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. $Project: polymake $$Id: JRealityStaticFrame.java 7501 2006-12-12 16:05:54Z thilosch $ */ package de.tuberlin.polymake.common; import java.util.Properties; import de.jreality.scene.SceneGraphComponent; public class JRealityStaticFrame extends JRealityFrame { public JRealityStaticFrame(SceneGraphComponent geom, String title, Properties params, Properties iparams, JRealityControl parent) { super(geom, title, params, iparams, parent); this.parent = parent; } }