• Compiere去掉选择中的选择下的"用户界面设置""角色"两个按钮


    package org.compiere.apps;
    public final class Preference extends CDialog
     implements ActionListener, ListSelectionListener
    {
    ***************
     void jbInit() throws Exception
     {
    ********************* 

     //customizePane.add(uiTheme,    new GridBagConstraints(1, 1, 1, 1, 0.0, 0.0
      // ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0));
      //customizePane.add(bRoleInfo,    new GridBagConstraints(2, 1, 1, 1, 0.0, 0.0
      // ,GridBagConstraints.EAST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0));
    *****************
    }

    }
  • 相关阅读:
    intellij常用快捷键
    C++ 虚函数详解
    第七周作业
    第六周作业
    第四周作业
    第三周作业
    第二周作业
    第一周作业附加作业
    第一周作业。
    第0次作业
  • 原文地址:https://www.cnblogs.com/byfhd/p/785650.html
Copyright © 2020-2023  润新知