Compiere去掉参考下的"显示翻译"

package org.compiere.apps;
public final class Preference extends CDialog
 implements ActionListener, ListSelectionListener
{
*******************
void jbInit() throws Exception
 {
************************8
 //customizePane.add(showTrl,   new GridBagConstraints(2, 4, 1, 1, 0.0, 0.0
  // ,GridBagConstraints.WEST, GridBagConstraints.NONE, new Insets(5, 5, 5, 5), 0, 0));
***************************
}


}
原文地址:https://www.cnblogs.com/byfhd/p/785647.html