Search:

Type: Posts; User: Helium c2

Page 1 of 7 1 2 3 4

Search: Search took 0.11 seconds.

  1. Check out this [BB] codes I've been using, do you think this could work?

    Object oriented programming. So my problem would be using their server. ImageBam.com. On some one else's web page.

    https://thumbs4.imagebam.com/37/d7/b8/MESWM2T_t.gif

    All I got to do is...
  2. Re: The implementation of a function with generic return type, returns a specific class, is this a good practice?

    Thank you. Is the same as me using a ImageBam.com free host site?

    I noticed that on one site I placed a picture on they had this on my screen. (...
  3. Re: Passing a variable from a jsp page to Java code and back to jsp page.

    Just declare it. String x = " ";
    String y = " ";
    String z = " ";

    Then write it out. So the results being z. You would re-type the method or...
  4. Replies
    2
    Views
    176

    Re: Using Math.Random

    radius = C/2 * pi. Area? I didn't know there was an area. 10 * radius = close to the total area. Just not quite. A little off but close. This is the closest method I can think of in math.
  5. Thank you Java programmers and for my codes too...program I have

    I have a problem I want you to help me with. Easy. But I cannot do it. Because of limited use of the computers for now. But easy.

    https://www.sportshawaii.com/sh/viewtopic.php?t=52457

    This...
  6. Replies
    8
    Views
    1,121

    Re: Article: When *Not* to Use an IDE

    Thanks. When compiling your class files in NetBeans IDE, did anyone use your programs on the internet? Or did you see it done on the internet. Using the IDE. I'm trying something now. But cannot...
  7. Can Java make a GIFPlayer that makes this motion picture

    I hope this is allowed on the forum. StarTrek



    import java.awt.Container;
    import java.awt.JFrame;
    import java.util;
    import java.util.Scanner;

    public class GifPlayer {
  8. Re: Issue running a compiled JAR file locally

    1. When I run this code in IntelliJ IDE, it works fine and am able to connect to the queue and send messages.
    2. When the above code is sent to Jenkins for compilation and then pushed to cloud...
  9. Re: Why is my icon image is not changing can you help with that?

    You are working with Java programs in a browser that works on a Windows platform. Most times. So the changing of pictures must be written within the program for your project with pictures to work...
  10. Replies
    4
    Views
    538

    Re: Understanding Classes & Objects in Java

    So assuming I want to put a GIF file smack right on this web page. It's a government web page. I put this URL in "https://www.kauai.gov/Government/Council/Councilmembers-2022-2024" which is the URL...
  11. Re: Why is Java a platform independent language?

    I guess I can try to answer this and place my 0.02 cents in. To use Java programming it runs on Java platforms that has few have few implementation dependencies. Those programs that support Java. ...
  12. Replies
    4
    Views
    538

    Re: Understanding Classes & Objects in Java

    package java21days;

    import javax.swing.*;
    import java.awt.*;

    public class ButtonsIcons extends JFrame {
    JButton load, save, subscribe, unsubscribe;

    public ButtonsIcons() {
    ...
  13. Re: No Trusted Cert error when connecting to Linux FTPS Server using Apache Commons API

    I think you'll need to buy the whole network setup. This connects to an FTPS servers, but the computer is running on Windows VM. Since you're using Java programming, the system you're on all must...
  14. Replies
    1
    Views
    1,367

    Re: Reduce the image comparison time

    Would this make a difference? What is the average waiting time now? About 2-3 seconds. For an average file size. Smaller or larger.
  15. Thread: q

    by Helium c2
    Replies
    2
    Views
    720

    Re: q

    Thanks for the tip Java forum. I got it now on another web service. \?/ ... I know some of the codes are C++ and Java. Solved.
  16. Replies
    1
    Views
    1,549

    Re: Why such useless redundancy?

    And you used to work in a Telecommunication company? But now cannot work because they've added new information to go with the programs. How much are they paying out employees to work there?
  17. Thread: Please help

    by Helium c2
    Replies
    2
    Views
    1,764

    Re: Please help

    Actually every computer has the capability of doing math computations. It does matter if it's on a server or client. The idea is passing programs across networks. Like png files. Server to...
  18. Re: Given an array of numbers from 1 to 100 with exactly k numbers missing, find the missing numbers.

    Is there a way to judge the infinite set of numbers? K to 100 for example. Finding then the missing numbers. This could lead to an infinite amount of sets, but since it's finite, still an infinite...
  19. Thread: CUTE GIRLS

    by Helium c2
    Replies
    1
    Views
    432

    [SOLVED] Re: CUTE GIRLS

    What is this? Are you using an Image Host like a imageBam? Some forums won't allow first time members to add pictures. So they just have rules to follow. And they add only text to represent...
  20. Re: To show a movement of a piece on a chessboard.

    This would be on an applet. AWT container. I know how to play chess. The movements on the pond, only eats diagonal. But moves forward and not backward. Knight moves in a L shape route. Bishop...
  21. Re: Java JDK and JRE versions are confusing me

    Java 8 is for developers. Like for for us, clients who are willing to switch over to java programs, the jre use a java 8 on the server side computer. But the jdk is the standard edition kit. ...
  22. Re: How to build java applications and where would I start

    How about how to drop and drag an object? I'll start. In Java

    [code=Java]
    import java.lang.Objects;
    import java.awt.Container;
    import java.lang.*;


    //this program captures objects and...
  23. Re: How to build java applications and where would I start

    You can start where I just did. Build a free website from www.webador.com/ and it's free. Any site you want. It has everything. My url is is the most interesting thing. This is my completed...
  24. Replies
    1
    Views
    1,280

    Re: Passing a list through location.href

    You want to make class files for a Chrome book for others like myself to use. As a file extension. Upload or download buttons. Drag and drop buttons issues. But something. And it's not working...
  25. Thread: q

    by Helium c2
    Replies
    1
    Views
    747

    Re: q

    And the question is?
Results 1 to 25 of 159
Page 1 of 7 1 2 3 4