no message
This commit is contained in:
@@ -8,6 +8,7 @@ import Common.Visual.Windows.Dialog.VFileChooser;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.GlobalProperties;
|
||||
import _VisualDVM.Passes.PassCode;
|
||||
import _VisualDVM.Utils;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.io.File;
|
||||
@@ -35,6 +36,10 @@ public class UpdateProperty extends Pass<Object> {
|
||||
return true;
|
||||
}
|
||||
switch (name){
|
||||
case "Kernels":
|
||||
if (sliderNumberForm.ShowDialog(description, oldValue, 1, Utils.getMaxKernels()))
|
||||
newValue=sliderNumberForm.Result;
|
||||
break;
|
||||
case "LocalMakePathWindows":
|
||||
fileChooser.setTitle(description);
|
||||
File file = fileChooser.ShowDialog();
|
||||
|
||||
Reference in New Issue
Block a user