forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@290 bb69d46d-e84e-40c8-a05a-06db0d6337410'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
parent
9d1f716880
commit
70e135ae1a
@ -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()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue