Beispiel #1
0
  public static JMenu getMenu(String title) {
    JMenu component = new JMenu(title);
    component.setBackground(BACKGROUND_COLOR_MENU);
    component.setFont(FONT_TYPE_TXTA);

    return component;
  }