// p.y += 55;
// }
// p.y += 20; // 20 puntitos extra de separacion.
JLabel lbl = new JLabel(AppLocal.getIntString(KeyText));
lbl.applyComponentOrientation(menu.getComponentOrientation());
lbl.setBorder(new MatteBorder(new Insets(0, 0, 1, 0), new Color(0, 0, 0)));
// lbl.setSize(670, 20);
// lbl.setLocation(p);
// p.y += 35;
// comp.add(lbl);