Search:

Type: Posts; User: newbie_in_java

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,138

    Re: Problems with JFrame

    I have problems with functionality of the buttons please write the whole code!
  2. Replies
    5
    Views
    1,138

    Problems with JFrame

    Hello!

    I want to create a program which has three buttons : DrawRectangle, DrawOval and Clear. When click DrawRectangle it draws a rectangle in a textfield. When click clear everything to be...
  3. Replies
    3
    Views
    911

    Re: Problem with LinearArray

    public class LinearArray {

    private int data[];
    private static Random generator = new Random();

    public LinearArray(int size) {
    data = new int[size];
    for (int i =...
  4. Replies
    3
    Views
    911

    Problem with LinearArray

    Welcome, people :)

    I have a problem connected with LinearArray. I can search elements with this method but I have a problem with repeated elements. For example, I have elements 1 2 3 1. When I...
Results 1 to 4 of 4