forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@163 bb69d46d-e84e-40c8-a05a-06db0d6337410'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
parent
f1cadfa595
commit
a981488b2a
@ -0,0 +1,33 @@
|
|||||||
|
/*
|
||||||
|
* TimeCalendarDialog.java
|
||||||
|
*
|
||||||
|
* Created on 28 de Janeiro de 2005, 15:52
|
||||||
|
*/
|
||||||
|
|
||||||
|
package siprp.ui;
|
||||||
|
|
||||||
|
import java.awt.*;
|
||||||
|
import javax.swing.*;
|
||||||
|
|
||||||
|
import com.evolute.utils.ui.*;
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author fpalma
|
||||||
|
*/
|
||||||
|
public class TimeCalendarDialog extends JCalendarDialog
|
||||||
|
{
|
||||||
|
protected int interval;
|
||||||
|
|
||||||
|
/** Creates a new instance of TimeCalendarDialog */
|
||||||
|
public TimeCalendarDialog( JFrame owner, int interval )
|
||||||
|
{
|
||||||
|
super( owner );
|
||||||
|
this.interval = interval;
|
||||||
|
setupComponents();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void setupComponents()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in new issue