Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    That means the index being used is past the end of the array.
    Remember that array indexes go from 0 to the array length-1.
    Check the value of the index and make sure it does not go past the end of...
  2. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    Also posted at: Swing JDialog return type and JOptionPane Resizing | DaniWeb

    and http://forums.devshed.com/java-help-9/need-help-in-swing-930723.html
  3. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    Can you post a small, complete program that compiles, executes and shows the problem?

    Please Edit your post and wrap your code with


    <YOUR CODE HERE>

    to get highlighting and preserve...
  4. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    Sorry, I don't know what a "document-modal" is. Can you post a small simple program that compiles, executes and shows the problem?

    What is contained in the String returned by the textarea's...
  5. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    I don't understand how the contents of the String gets changed.
    If there are spaces and line ends in the String, what removes them?

    Can you write a small program that compiles, executes and...
  6. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    If you receive the text as a single String, and work with it as a single String, and save it as a single String
    can you explain what is the problem?

    Does the code you are working with break the...
  7. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    This looks like a new question regarding databases.
    You will get a better response if you ask it in the database section of the forum.
  8. Replies
    19
    Views
    2,905

    Re: Need Help In Splittin the Java String

    Also posted at Need Help | DaniWeb

    See the response there.
Results 1 to 8 of 8