|
|
|
@ -13,9 +13,9 @@ import javax.swing.UIManager;
|
|
|
|
|
import javax.swing.plaf.ColorUIResource;
|
|
|
|
|
import javax.swing.tree.TreeCellRenderer;
|
|
|
|
|
|
|
|
|
|
import com.connor.jd.plm.beans.TransformBomBean;
|
|
|
|
|
import com.teamcenter.rac.kernel.TCException;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public class CheckBoxTreeCellRenderer extends JPanel implements TreeCellRenderer {
|
|
|
|
|
protected JCheckBox check;
|
|
|
|
|
protected CheckBoxTreeLabel label;
|
|
|
|
|