forked from Coded/SIPRP
no message
git-svn-id: https://svn.coded.pt/svn/SIPRP@83 bb69d46d-e84e-40c8-a05a-06db0d633741lxbfYeaa
parent
f590c69573
commit
5fefd5b2d2
@ -0,0 +1,36 @@
|
||||
/*
|
||||
* EstatisticasWindow.java
|
||||
*
|
||||
* Created on 11 de Maio de 2004, 17:57
|
||||
*/
|
||||
|
||||
package siprp.estatisticas;
|
||||
|
||||
import javax.swing.*;
|
||||
|
||||
import com.evolute.utils.ui.window.*;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author fpalma
|
||||
*/
|
||||
public class EstatisticasWindow
|
||||
extends CustomJFrame
|
||||
{
|
||||
private JPanel filtrosPanel;
|
||||
private JPanel agrupamentosPanel;
|
||||
private JPanel buttonPanel;
|
||||
|
||||
private JComboBox filtroEmpresa;
|
||||
|
||||
/** Creates a new instance of EstatisticasWindow */
|
||||
public EstatisticasWindow()
|
||||
{
|
||||
setupComponents();
|
||||
}
|
||||
|
||||
private void setupComponents()
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in new issue