package org.vorthmann.j3d; import java.awt.Component; public interface J3dComponentFactory { Component createJ3dComponent( String name ); }