no message

This commit is contained in:
2025-01-11 23:19:24 +03:00
parent 7a06c2ce2b
commit d2c4794690
9 changed files with 21 additions and 29 deletions

View File

@@ -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();