Двоеточия в счетчиках таблиц. Исправление бага с неотображением версий при загрузке базы.
This commit is contained in:
@@ -15,7 +15,7 @@ public class DataMenuBar extends VisualiserMenuBar {
|
||||
//-
|
||||
public DataMenuBar(String dataName, PassCode_2021... passes) {
|
||||
// Font font = Current.getTheme().Fonts.get(VisualiserFonts.TreeBoldItalic).deriveFont(12.0F);
|
||||
add(new JLabel(dataName + " "));
|
||||
add(new JLabel(dataName + " : "));
|
||||
add(countLabel = new JLabel("?"));
|
||||
addPasses(passes);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user