no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@103 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Luis Flores 22 years ago
parent ddd7e4664c
commit ba16481b44

@ -44,7 +44,7 @@ public class Importer extends CustomJDialog
private String vals[][]; private String vals[][];
private final int[] DEFAULT_SELECTION = new int[]{ 0, 2, 3, 1, -1, 4, 5, 7, 6, -1 }; private final int[] DEFAULT_SELECTION = new int[]{ 0, 2, 3, 1, -1, 4, 5, 7, 6, -1 };
private final String names[] = new String[]{ public final String NAMES[] = new String[]{
NOME, NOME,
SEXO, SEXO,
NACIONALIDADE, NACIONALIDADE,
@ -222,11 +222,11 @@ public class Importer extends CustomJDialog
public Hashtable getData() public Hashtable getData()
{ {
if( names == null || vals == null ) if( NAMES == null || vals == null )
{ {
return null; return null;
} }
dcw = new DataChooserWindow( null, names, vals, DEFAULT_SELECTION ); dcw = new DataChooserWindow( null, NAMES, vals, DEFAULT_SELECTION );
if( canceled || ( dcw == null ) ) if( canceled || ( dcw == null ) )
{ {

Loading…
Cancel
Save