Search:

Type: Posts; User: Pulse_Irl

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,302

    Swin/Awt Code Question

    Hi,can someplease explain "this" line and how it affects the rest of the code





    public question()
    {
    */code/*
  2. Replies
    2
    Views
    2,258

    Re: simple game with swing and awt problem

    thanks again copeg, ive been looking at that program for ages trying to figure out where i went wrong, its all just one big pile of mush :)
  3. Replies
    2
    Views
    2,258

    simple game with swing and awt problem

    ok so ive to create a gui game that matches pictures together but im having trouble with the following bit of code, if i un-comment the if statements i get the error "cannot find symbol symbol :...
  4. Replies
    1
    Views
    1,789

    Error in Lectures notes(please help)

    Hi this is the code i downloaded off my lectures example folder im getting an error that says "Exception in thread "main" java.lang.NoSuchMethodError: main" but there is no main class can anyone help...
  5. Replies
    2
    Views
    1,896

    Re: 2 D arrays problem

    Cheers world,

    Im still having trouble with this tho, I cant get the week to start at week one without losing the values in row zero of the array, any ideas?


    class WS4bQ2
    {
    public static...
  6. Replies
    2
    Views
    1,896

    2 D arrays problem

    Hi ive just started semester two and my new programming teacher is crap, can any1 please help me with this here's the question.

    Part 1.Declare a multi dimensional array like the one shown to...
  7. Thread: Hi

    by Pulse_Irl
    Replies
    0
    Views
    1,201

    Hi

    Hey just wanted to say hi and thanks for the help ive recived so far and will recieve in the future hopefully i can put in just as much to this web site as i get out of it

    peace
    Craig.
  8. Replies
    4
    Views
    9,071

    for loop and while loop problems

    Write a program to do the following:
    · Use a for loop to sum all of the numbers between 1 and 50 that are divisible by 5.
    · Use a while loop to sum all of the numbers between 1 and 50 that are...
  9. Replies
    4
    Views
    2,092

    Re: need help prog skipping method

    Cheers jassi guessed you figured out that it's a class file that reads the input from the user.
    Q. is there any benefits from writting the keyboard class file a different way i.e read.console() - i...
  10. Replies
    2
    Views
    2,011

    Re: Need help with do-while loop

    do{
    System.out.print("Enter a number ");
    number = Keyboard.readInt();
    }while(number> 4 || number < 10);

    this will keep looping until the user enters a number greater than 4 and less...
  11. Replies
    4
    Views
    2,092

    [solved]- need help prog skipping method

    Hi this is the question i was given

    Write a menu driven program that allows the user to enter a value for x and provides three options:
    i. Find the square of the number
    ii. Find the cube of the...
Results 1 to 11 of 11