This commit is contained in:
2024-10-07 14:44:24 +03:00
parent 61fc37b574
commit 4b05d4f4f2
74 changed files with 152 additions and 249 deletions

View File

@@ -0,0 +1,21 @@
package _VisualDVM.Syntax;
public enum VisualiserFonts {
GoodState,
ReadyState,
BadState,
Fatal,
ProgressState,
UnknownState,
Hyperlink,
Disabled,
//бесцветные
Distribution,
//---
TreeItalic,
TreePlain,
TreeBold,
TreeBoldItalic,
BlueState,
NewVersion, //---
Menu
}