/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package vue.common; import controller.common.interfacesGUI.BikeVue; import javax.swing.JPanel; /** * * @author Valentin SEITZ */ public class BikePanel extends JPanel implements BikeVue { }