Trying to get a tab character into a JMenuItem using \t but it's not printing. I bet it's something really basic I'm missing. Here's the code
JMenuItem
\t
menuItem = new JMenuItem("New\tCtrl + N");