no message
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package _VisualDVM.Visual.Windows;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.Current;
|
||||
import Common.Visual.Trees.TreeForm;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.ProjectData.SapforData.Arrays.UI.DimensionsTableForm;
|
||||
@@ -13,18 +12,18 @@ import java.awt.event.ActionListener;
|
||||
public class VariantsForm implements VariantsWindow {
|
||||
public JSplitPane SC4;
|
||||
public JSplitPane SC5;
|
||||
//--
|
||||
public TreeForm distributionForm1;
|
||||
private JButton BDistributed;
|
||||
private JButton bMultiplied;
|
||||
private JPanel dimensionsPanel;
|
||||
private JPanel distributionPanel;
|
||||
// private JLabel SelectedVariantsCount;
|
||||
// private JLabel SelectedVariantsCount;
|
||||
private JLabel VisibleVariantsCount;
|
||||
private JLabel TotalVariantsCount;
|
||||
private JPanel variantsPanel;
|
||||
private JPanel content;
|
||||
private JToolBar variantsFilterTools1;
|
||||
//--
|
||||
public TreeForm distributionForm1;
|
||||
private DimensionsTableForm dimensionsForm;
|
||||
//--
|
||||
public VariantsForm() {
|
||||
@@ -90,7 +89,7 @@ public class VariantsForm implements VariantsWindow {
|
||||
}
|
||||
@Override
|
||||
public void ShowCheckedVariantsCount() {
|
||||
// SelectedVariantsCount.setText(Current.getProject().CheckedVariantsCounter.toString());
|
||||
// SelectedVariantsCount.setText(Current.getProject().CheckedVariantsCounter.toString());
|
||||
}
|
||||
@Override
|
||||
public void ShowVariants() {
|
||||
@@ -106,7 +105,6 @@ public class VariantsForm implements VariantsWindow {
|
||||
}
|
||||
@Override
|
||||
public void ShowNoCheckedVariantsCount() {
|
||||
|
||||
//SelectedVariantsCount.setText("0");
|
||||
}
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user