Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Replies
    19
    Views
    2,907

    Re: Need Help In Splittin the Java String

    Why all the cross-posts when I answered the question hours ago? One more to add to the do-not-help list?
  2. Replies
    19
    Views
    2,907

    Re: Need Help In Splittin the Java String

    And cross-posted at: Need Help in Swing | java-forums.org
  3. Replies
    19
    Views
    2,907

    Re: Need Help In Splittin the Java String

    You can get the user's selection from your pane variable:




    JTextArea tArea = new JTextArea(10, 40);
    JScrollPane sPane = new JScrollPane(tArea);
    JOptionPane pane = new...
Results 1 to 3 of 3