Search:

Type: Posts; User: Onur

Search: Search took 0.16 seconds.

  1. Re: String Formatting on JOptionPane.showMessageDialog

    Sorry about that, i forgot it. I added it to first code block.
  2. String Formatting on JOptionPane.showMessageDialog

    Hello, i want to display a formatted string on dialog box. I formatted the string with using

    String.format("%" + width + "s", str);

    It wotks fine with System.out.println but not working on...
Results 1 to 2 of 2