no message

This commit is contained in:
2024-10-14 16:16:41 +03:00
parent 066ebfaa71
commit 702529147d
13 changed files with 56 additions and 49 deletions

10
src/_VisualDVM/Mode.java Normal file
View File

@@ -0,0 +1,10 @@
package _VisualDVM;
public enum Mode {
Undefined,
Normal,
Server,
Testing,
Package,
MachineQueue,
LocalMachineQueue
}