SearchUsers.java 文件源码

java
阅读 16 收藏 0 点赞 0 评论 0

项目:bisis-v4 作者:
public void init() {
    getCmbPref1().setVisible(false);
    getCmbPref2().setVisible(false);
    getCmbPref3().setVisible(false);
    getCmbPref4().setVisible(false);
    getCmbPref5().setVisible(false);
    getLPref1().setText(Messages.getString("circulation.firstname")); //$NON-NLS-1$
    getTfPref1().setVisible(true);
    getLPref2().setText(Messages.getString("circulation.lastname")); //$NON-NLS-1$
    getTfPref2().setVisible(true);
    getLPref3().setText(Messages.getString("circulation.umcn")); //$NON-NLS-1$
    getTfPref3().setVisible(true);
    getLPref4().setText(Messages.getString("circulation.address")); //$NON-NLS-1$
    getTfPref4().setVisible(true);
    getLPref5().setText(Messages.getString("circulation.usernumber")); //$NON-NLS-1$
    getTfPref5().setVisible(true);

    getLDate1().setText(Messages.getString("circulation.chargingdate")); //$NON-NLS-1$
    getLDate2().setText(Messages.getString("circulation.dischargingdate")); //$NON-NLS-1$
   getPanel().addComponentListener(new ComponentAdapter() {
     public void componentShown(ComponentEvent e){
       getTfPref1().requestFocusInWindow();
     }
   });
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号