1
2 package org.catacomb.druid.swing;
3
4
5 import javax.swing.JMenuBar;
6
7 public class DMenuBar extends JMenuBar {
8 static final long serialVersionUID = 1001;
9
10 public DMenuBar() {
11 super();
12
13 setBackground(LAF.getBackgroundColor());
14 }
15
16
17 }