продолжение рефакторинга и проверка на занятость файлов
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package Common_old.UI.Menus_2023;
|
||||
import Common.Utils.CommonUtils;
|
||||
import Common_old.Current;
|
||||
import _VisualDVM.Syntax.VisualiserFonts;
|
||||
import Common_old.Utils.Utils;
|
||||
|
||||
import javax.swing.*;
|
||||
import java.awt.*;
|
||||
@@ -27,7 +27,7 @@ public class MenuBarButton extends JButton {
|
||||
super.paintComponent(g);
|
||||
}
|
||||
public void setIcon(String icon_path) {
|
||||
setIcon(Utils.getIcon(icon_path));
|
||||
setIcon(CommonUtils.getIcon(icon_path));
|
||||
}
|
||||
public void setFont(VisualiserFonts font_in){
|
||||
setFont(Current.getTheme().Fonts.get(font_in));
|
||||
|
||||
Reference in New Issue
Block a user