рефакторинг создания меню баров для таблиц
This commit is contained in:
@@ -15,6 +15,7 @@ public class DataMenuBar extends VisualiserMenuBar {
|
||||
JButton unselectAllButton = null;
|
||||
//-
|
||||
public DataMenuBar(String dataName, PassCode... passes) {
|
||||
System.out.println("create bar for "+dataName);
|
||||
// Font font = Current.getTheme().Fonts.get(VisualiserFonts.TreeBoldItalic).deriveFont(12.0F);
|
||||
add(new JLabel(dataName + " : "));
|
||||
add(countLabel = new JLabel("?"));
|
||||
|
||||
Reference in New Issue
Block a user