Se movieron los dialogs a una ventana separada

This commit is contained in:
Daniel Cortes
2019-02-11 13:48:39 -03:00
parent e5fe14bf5a
commit c39b125eb1
5 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,8 @@ import danielcortes.xyz.informes.InformeLibroDeVentas;
import danielcortes.xyz.models.tipo_egreso.TipoEgreso;
import danielcortes.xyz.utils.StringUtils;
import danielcortes.xyz.views.InformesView;
import danielcortes.xyz.views.MonthSelectDialog;
import danielcortes.xyz.views.TipoEgresoSelectDialog;
import danielcortes.xyz.views.dialogs.MonthSelectDialog;
import danielcortes.xyz.views.dialogs.TipoEgresoSelectDialog;
import javax.swing.*;
import javax.swing.filechooser.FileNameExtensionFilter;