|
|
|
@ -11,7 +11,6 @@ import java.util.Map;
|
|
|
|
|
|
|
|
|
|
|
|
import javax.swing.JSeparator;
|
|
|
|
import javax.swing.JSeparator;
|
|
|
|
|
|
|
|
|
|
|
|
import leaf.LeafOptionDialog;
|
|
|
|
|
|
|
|
import leaf.LeafWindow;
|
|
|
|
import leaf.LeafWindow;
|
|
|
|
import leaf.LeafLogic.LeafUIActionBinding;
|
|
|
|
import leaf.LeafLogic.LeafUIActionBinding;
|
|
|
|
|
|
|
|
|
|
|
|
@ -27,7 +26,7 @@ public class MedicinaProcessoWindow extends LeafWindow
|
|
|
|
|
|
|
|
|
|
|
|
private static final Dimension WINDOW_DIMENSION = new Dimension( 1024, 700 );
|
|
|
|
private static final Dimension WINDOW_DIMENSION = new Dimension( 1024, 700 );
|
|
|
|
|
|
|
|
|
|
|
|
public static final String TITLE = "Processos de trabalhadores";
|
|
|
|
public static final String TITLE = "Processos de Trabalhadores";
|
|
|
|
|
|
|
|
|
|
|
|
private static final Dimension DIMENSION_TRABALHADORES_CHOOSER = new Dimension( 0, 200 );
|
|
|
|
private static final Dimension DIMENSION_TRABALHADORES_CHOOSER = new Dimension( 0, 200 );
|
|
|
|
private static final Dimension DIMENSION_PROCESSO_TOOLBAR = new Dimension( 150, 0 );
|
|
|
|
private static final Dimension DIMENSION_PROCESSO_TOOLBAR = new Dimension( 150, 0 );
|
|
|
|
|