package edu.ualr.oyster.gui; import javax.swing.JPanel; public class OysterSourceDescriptorPanel extends JPanel { public OysterSourceDescriptorPanel() { setLayout(null); } }