|
|
|
|
@ -18,6 +18,7 @@ import com.evolute.utils.jdo.*;
|
|
|
|
|
import com.evolute.utils.metadb.*;
|
|
|
|
|
import com.evolute.utils.ui.*;
|
|
|
|
|
import com.evolute.utils.ui.panel.*;
|
|
|
|
|
import com.evolute.utils.ui.text.*;
|
|
|
|
|
|
|
|
|
|
import siprp.*;
|
|
|
|
|
import siprp.data.*;
|
|
|
|
|
@ -194,6 +195,13 @@ public class TrabalhadorPanel extends JPanel
|
|
|
|
|
constraints.gridwidth = GridBagConstraints.REMAINDER;
|
|
|
|
|
gridbag.setConstraints( dataAdmissaoFuncaoPanel, constraints );
|
|
|
|
|
add( dataAdmissaoFuncaoPanel );
|
|
|
|
|
|
|
|
|
|
new CopyPasteHandler( nomeText );
|
|
|
|
|
new CopyPasteHandler( nacionalidadeText );
|
|
|
|
|
new CopyPasteHandler( numeroMecanograficoText );
|
|
|
|
|
new CopyPasteHandler( categoriaText );
|
|
|
|
|
new CopyPasteHandler( localText );
|
|
|
|
|
new CopyPasteHandler( funcaoText );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private void setupComponentsHashtable()
|
|
|
|
|
|