Search:

Type: Posts; User: Norm

Page 1 of 20 1 2 3 4

Search: Search took 0.16 seconds.

  1. Re: Run a Java Program with image/audio files on a browser

    As Tim said, Applets are dead. You will need to redesign your app if you want it to run in a browser.
  2. Thread: q

    by Norm
    Replies
    1
    Views
    474

    Re: Help With School Assignment

    Please edit your post and wrap your code with code tags:



    **YOUR CODE GOES HERE**


    to get highlighting and preserve formatting.
  3. Re: Run a Java Program with image/audio files on a browser

    Have a link in a web page that downloads your java program to a user's PC where it can be executed.
  4. Re: Run a Java Program with image/audio files on a browser

    Also posted here: https://www.coderanch.com/t/778604/java/Run-Java-Program-image-audio

    Do you want it to run on a PC without any access to the internet
    or do you want it available to the world...
  5. Replies
    2
    Views
    2,067

    Re: What's a good resource to practice Algorithms?

    This thread was started several years ago. The OP will probably not see any responses.

    Definition from google:
    An algorithm is a procedure used for solving a problem or performing a computation....
  6. Replies
    4
    Views
    669

    Re: Replacement of pack200 in Java 17

    Thanks for the link. I have not worked with pack200 or jlink.
    Try asking your question on this forum: https://www.coderanch.com/forums
  7. Replies
    1
    Views
    546

    Re: Can anyone provide the program for this?

    What have you tried?
  8. Replies
    4
    Views
    669

    Re: Replacement of pack200 in Java 17

    Can you post a link to that documentation?
  9. Re: searching for simple GUI and display tool for Graphs (math)

    @Helium c2
    How does your post address the question asked by the OP?
  10. Replies
    2
    Views
    764

    Re: Penny for your thoughts.

    See this site to format java code: https://www.tutorialspoint.com/online_java_formatter.htm
  11. Re: Serializing and deserializing enum with time field

    Please edit your post and add code tags to preserve the code's formatting. The posted code does not have any indentations.
  12. Replies
    1
    Views
    548

    Re: Java Code Challenge: Palindrome Check

    Do you have a question about your code? Please post your code with your questions.
  13. Replies
    6
    Views
    1,108

    Re: Solving the Quadratic Equation

    The thread is 5 years old. I doubt any of the previous posters will be back to read this.
  14. Thread: Misc questions

    by Norm
    Replies
    1
    Views
    584

    Re: Misc questions

    Please post the Java code when ready. It is easier to work with code than with a bunch of statements that may not give the full picture.
  15. Re: Why I need to clicked the update button twice to save my data to database?

    Where is the update button defined?
    What is printed on the console when the code is executed? Please copy the contents of the console and paste it here.
  16. Replies
    3
    Views
    589

    Re: So where to begin.

    These two links from Oracle may help:
    http://docs.oracle.com/javase/tutorial/reallybigindex.html
    https://docs.oracle.com/javase/8/docs/api/

    Save those links.

    Otherwise use a Search engine to...
  17. Replies
    3
    Views
    589

    Re: So where to begin.

    write a method that is given the path to a directory and have that method create the list of the directories in that directory
    and return the list. The File class has methods that will be useful.
  18. Re: Working on my html page and a Java class file to see if it did work

    Sorry, I do not know anything about chrome book.
    I work on a Windows 10 system.

    https://chromeready.com/4475/java-programming-on-chromebook/
  19. Replies
    4
    Views
    1,938

    Re: File Uploading not working

    This is a very old thread. The OP will not be coming back for any answers. See link in above thread.
  20. Replies
    6
    Views
    742

    Re: Trouble with a "do while loop."

    Java has made lots of changes over the years and continues to make changes by adding new features.
    See this:...
  21. Re: Hello. Trying to use Container and place a picture on it

    Ok, I'll wait until you can try compiling the code to see what happens.
    If you get any error messages, copy and paste them here if you need help.
  22. Replies
    6
    Views
    742

    Re: Trouble with a "do while loop."

    You posted correctly. This is the section for code with problems.

    I don't know why the designers made the Scanner class work the way it does. It is a problem for everyone.
  23. Replies
    6
    Views
    742

    Re: Trouble with a "do while loop."

    The problem might be using the Scanner class's nextLine after using the nextInt method. nextInt leaves the line-end character in the Scanner's buffer and then the call to nextLine reads that line-end...
  24. Re: Clicking on menu item "open in new tab" on webview does not open webpage sometimes, other time it does open

    Sorry, I am not familiar with JavaFX classes. My only suggestion is to read the API doc to see what other methods may be useful.

    The only suggestion I have is to not have the setOnStatusChange...
  25. Replies
    2
    Views
    3,446

    Re: Question About Some Core Java Classes

    @Helium c2 can you answer the question the OP asked about the three classes he mentioned in his post?
    Your response doesn't answer the question the OP asked.
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4