исправление бага с неверным приоритетом открытия файлов проекта. v++

This commit is contained in:
2025-01-23 19:52:25 +03:00
parent 94208ec25c
commit 58312b9c3d
3 changed files with 28 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1138;
version = 1139;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());