Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Do they use Java on a blog or forum that uses html or bulletin board code blogs?

  1. #1
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Do they use Java on a blog or forum that uses html or bulletin board code blogs?

    An example, on a blog that uses html, do they use Java? This would be on Windows. And in a chrome browser. Such methods as this...

    public void actionPerformed(mouseMotionEvent e)    {   //so when the user presses the screen on a picture, a user can download it to save it.
     
          //  This would be empty.  
     
     
    }  // end method

    I saw this on a chrome and i thought it was java. Imagebam.com free web hosting service. So they had this on the screen. Is this how they wrote the method?

    --- Update ---

    Well i am going to answer the question. Yes. This is Java. And that from an IDE. NetBeans. I am trying to figure out the screen layout and html. How would you create a button from that on a screen? When the picture just arrived on your screen.
    Last edited by Helium c2; January 8th, 2024 at 12:55 AM.

  2. #2
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Do they use Java on a blog or forum that uses html or bulletin board code blogs?

    This picture file is stored in my chrome. Only it automatically converts it to pdf format. The whole URL. The picture is the URL. But it does not show up as a pic file. Istead as a pdf file.

    --- Update ---

    Hopefully someone can comment. From my iPhone, I am trying to print out a text or .jpg file from it? Is there a connection to be made? USB connection or fiber optic connection. There must be a way to do this? To the printer and make a printout.

  3. #3
    Member Helium c2's Avatar
    Join Date
    Nov 2023
    Location
    Kekaha, Kaua'i
    Posts
    88
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Do they use Java on a blog or forum that uses html or bulletin board code blogs?

    [img]Screenshot 2024-01-04 at 6:09.png[/img]

    I'm trying to get this file from my chrome unto the screen. That's okay. I will need to get a hostsite up from my computer to to this. Just thought this was going to do it.
    Last edited by Helium c2; January 9th, 2024 at 05:29 PM. Reason: wording

Similar Threads

  1. Top 5 Blogs Java EE developers should follow
    By Insaha in forum The Cafe
    Replies: 0
    Last Post: September 8th, 2018, 01:56 AM
  2. how to get normal html javascript function value to java code
    By Sri Ram in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 15th, 2014, 06:30 AM
  3. Please help! Passing variables between modules.
    By Aberdeen in forum What's Wrong With My Code?
    Replies: 2
    Last Post: September 7th, 2013, 10:18 PM
  4. Display HTMl code in JAVA terminal...
    By Alkirk in forum Java Theory & Questions
    Replies: 3
    Last Post: November 16th, 2011, 03:34 AM
  5. Implementing HTML tags in Java Source Code
    By bookface in forum Java Theory & Questions
    Replies: 4
    Last Post: March 19th, 2010, 09:29 PM