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));
*****************
}
}
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));
*****************
}
}