package org.greenstone.admin.guiext;

import javax.swing.JPanel;

public interface BasePanel
{
    public JPanel getPanel();
}