Search:

Type: Posts; User: daydreamer

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,923

    [SOLVED] Re: Iterator next import class?

    Fixed the error with:


    String v = iter.next().toString();

    I assumed the code would work because it was directly taken from Cookie Support.

    Thanks for the help, much appreciated
  2. Replies
    5
    Views
    1,923

    [SOLVED] Re: Iterator next import class?

    This is not my entire code!

    I only included the relevant snippets, these two line in particular are not working:


    for (Iterator iter = values.iterator(); iter.hasNext(); ) {
    ...
  3. Replies
    5
    Views
    1,923

    [SOLVED] Iterator next import class?

    Hi.

    I am creating a java applet, but I dont think I am importing the correct classes:



    import java.applet.*;
    import java.io.*;
    import java.net.*;
    import java.awt.event.*;
Results 1 to 3 of 3