forked from Coded/SIPRP
git-svn-id: https://svn.coded.pt/svn/SIPRP@1503 bb69d46d-e84e-40c8-a05a-06db0d633741
parent
fcf41b3b9a
commit
e05792039a
@ -1,37 +0,0 @@
|
|||||||
/*
|
|
||||||
* EstatisticasWindow.java
|
|
||||||
*
|
|
||||||
* Created on 11 de Maio de 2004, 17:57
|
|
||||||
*/
|
|
||||||
|
|
||||||
package siprp.estatisticas;
|
|
||||||
|
|
||||||
import javax.swing.JComboBox;
|
|
||||||
import javax.swing.JPanel;
|
|
||||||
|
|
||||||
import siprp.ui.SIPRPFrame;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @author fpalma
|
|
||||||
*/
|
|
||||||
public class EstatisticasWindow
|
|
||||||
extends SIPRPFrame
|
|
||||||
{
|
|
||||||
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