Search:

Type: Posts; User: TheRedFox

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,666

    Re: Create an Array wich represent Classes

    why


    class Shape {
    void Shape() {
    Point Points[] = new Point[3];

    Punten[1].Print();
    Punten[2].Print();
    Punten[3].Print();
  2. Replies
    1
    Views
    2,414

    Basic client/server application

    This is a basic client/server application that allow you to send command from server to client.
    Code Server:

    import java.io.*;
    import java.net.*;

    public class server {
    public static void...
  3. Replies
    1
    Views
    8,370

    Re: Images (read/write, drawing)

    very funny!



    import java.io.*;
    import java.awt.image.BufferedImage;
    import javax.imageio.ImageIO;
    import java.awt.Graphics;
    import java.awt.Color;
  4. Replies
    3
    Views
    994

    Re: hello java programmers :)

    About six months, i'm new on java and android.
    I have an application on android market, is name is wifimarker.
  5. Replies
    3
    Views
    994

    hello java programmers :)

    Hello everyone,
    My name is mirko and i am 23 years old.
    I have experience in android programming.
    See you later :-)
    bye bye
Results 1 to 5 of 5