Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Using Trigonnometric Methods with JOptionPane?

    Because the output would be 36 lines. The JOptionPane can't show that many.
  2. [SOLVED] Does anyone know how to fix the spacign problem and get the whole thing to be visible

    I've even tried rewriting the JOptionPane class, to no avail ^:)^=((=((~X(~X(~X(~X(~X(~X(~X(~X(~X(


    /* MyJOptionPane.java
    2: Copyright (C) 2004, 2005, 2006, Free Software Foundation, Inc....
  3. [SOLVED] Re: Using Trigonnometric Methods with JOptionPane?

    Sorry, missed that part about tables. Anyway, that was a link to the String class.

    That wasn't supposed to be part of the code.

    Also, my code is wrong. That formats a String fine but it's...
  4. [SOLVED] Re: Using Trigonnometric Methods with JOptionPane?

    Perhaps use the String.format() method.

    Then say

    String str = String.format(blaBlaBla);

    String (Java Platform SE 6)

    JOptionPane.showMessageDialog(null, str);
Results 1 to 4 of 4