I am trying to display an arrow on a button using Unicode , but all I am getting is (...)
it only works when ever I remove the setPreferredSize. Is there any other way to have it displayed??
code:JButton backSpace = new JButton("\u2190"); backSpace.setPreferredSize(new Dimension(25, 25));