Search:

Type: Posts; User: questionmark32

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    1,191

    Re: Button not showing unicode

    I have changed the font size, but all it does is shrink the (...)

    --- Update ---

    Works, I made the button transparent and now it show the arrow

    JButton backSpace = new JButton(keys[16]);...
  2. Replies
    4
    Views
    1,191

    Button not showing unicode

    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:...
Results 1 to 2 of 2