diff --git a/trunk/siprp/lembretes/LembretesPanel.java b/trunk/siprp/lembretes/LembretesPanel.java new file mode 100644 index 00000000..1e7375cf --- /dev/null +++ b/trunk/siprp/lembretes/LembretesPanel.java @@ -0,0 +1,31 @@ +/* + * LembretesPanel.java + * + * Created on February 6, 2007, 5:14 PM + * + * To change this template, choose Tools | Template Manager + * and open the template in the editor. + */ + +package siprp.lembretes; + +import java.awt.*; +import javax.swing.*; + +/** + * + * @author fpalma + */ +public class LembretesPanel extends JPanel +{ + + /** Creates a new instance of LembretesPanel */ + public LembretesPanel() + { + setupComponents(); + } + + private void setupComponents() + { + } +}