Search:

Type: Posts; User: NorrinGalan

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,081

    Handler to Exit Java Applet

    I have coding a handler for an exit button. The button works fine in Eclipse, which is my IDE, and it closes the applet when clicked. However, when I click on the button to close the applet in the...
  2. Replies
    3
    Views
    1,605

    [SOLVED] Re: Applet Error: InvocationTargerException

    I figured it out. The error came from the method call for the images. I was using the wrong syntax. Thank you for your help.
  3. Replies
    3
    Views
    1,605

    [SOLVED] Applet Error: InvocationTargerException

    I am creating a Java applet. I am using Eclipse as my IDE. I am to create an applet for a restaurant menu that allows the user to select items, and add them to a shopping cart. Then, the user can...
  4. Replies
    1
    Views
    866

    Re: Regular Expressions

    I would really appreciate if someone could help me.
  5. Replies
    6
    Views
    960

    Re: Count Singletons in a String

    Well, the problem specification states that: "A singleton is a word in a sequence that does not appear before or after itself in the sequence."

    --- Update ---



    Yes, I would like to know if...
  6. Replies
    6
    Views
    960

    Re: Count Singletons in a String

    Yes, I know, I posted the same question on two different forums. I hope that this is not against the rules of the forums.
  7. Replies
    1
    Views
    866

    Regular Expressions

    I have to write regular expressions, but it seems that I keep doing something wrong.

    Here, I have to write an expression containing any of the words: linux windows solaris macos. Below, is...
  8. Replies
    6
    Views
    960

    Count Singletons in a String

    For a problem, I have to write a code that counts the number of singletons, stored in the variable n, in a string sequence. A singleton is a word in a sequence that does not appear before or after...
  9. Replies
    1
    Views
    1,577

    Sorting: Selection, insertion, bubble

    Hi everyone,

    I hope I am posting on the right forum.

    I have been working on arrays and I have been having a difficult time understanding how sorting works out in Java. I would really like for...
  10. Replies
    1
    Views
    1,725

    Sorting: Selection, insertion, bubble

    Hi everyone,

    I have been working on arrays and I have been having a difficult time understanding how sorting works out in Java. I would really like for someone to help me understand selection,...
  11. Replies
    3
    Views
    3,004

    Re: Eclipse Error: Scanner resource leak

    I added the closing statement, and it worked. The yellow triangles next to the source files in the Solution Explorer disappeared.

    However, I still have an issue. After I have submitted a zipped...
  12. Replies
    3
    Views
    1,345

    [SOLVED] Re: JDK SE, JRE and Eclipse not working

    At first, I was re-installing the Java SDK, but then I had the idea of re-installing the version of Java on my computer, which was Java 7.

    Thank you for the assistance though.
  13. Replies
    3
    Views
    3,004

    Eclipse Error: Scanner resource leak

    I am currently working on a program and I am working with Eclipse as my IDE.

    Initially, my code working without any issue. And then, someone used it, and ever since then, I have been getting some...
  14. Replies
    3
    Views
    1,345

    [SOLVED] JDK SE, JRE and Eclipse not working

    I installed JDK SE 7 on my Windows 8, in order to work with Eclipse, which I installed afterwards.

    However, due to some issues I was having, I un-installed both programs. Now, I re-installed both...
Results 1 to 14 of 14