Search:

Type: Posts; User: csaryus

Search: Search took 0.09 seconds.

  1. Thread: JOGL Problem

    by csaryus
    Replies
    6
    Views
    3,032

    Re: JOGL Problem

    try netbeans
  2. Thread: JOGL Problem

    by csaryus
    Replies
    6
    Views
    3,032

    Re: JOGL Problem

    It's possible to be a problem with Eclipse IDE and the way of using libraries with:
  3. Replies
    6
    Views
    2,497

    Re: Need help getting things to loop correctly

    This solves something I think:

    package GGG;

    import java.util.Scanner; // used for console input (from the keyboard)

    // Declare the class
    public class toothpickPuzzle {
    // Fields that can...
  4. Replies
    5
    Views
    7,954

    Re: Illegal start of type?

    Try this:

    package LoopPb;


    import java.io.*;
    import java.util.*;

    class AminoToken
    {
  5. Replies
    6
    Views
    2,497

    Re: Need help getting things to loop correctly

    I'm confuzed because of this comment:
  6. Replies
    6
    Views
    2,497

    Re: Need help getting things to loop correctly

    where is the body of mainLoop?
  7. Replies
    2
    Views
    3,509

    Re: grow a rectangle in java

    box.setBounds(5, 10, 5 * width, 5 * height);
  8. Replies
    11
    Views
    1,875

    Re: Hangman game HELP!

    how to insert formated code?
    I'm new.
  9. Replies
    11
    Views
    1,875

    Re: Hangman game HELP!

    You don't call
    wrd.FileToArray();
    so you don't initialize wrd.
    Try:
    public void PlayGame() {
    try {
    wrd.FileToArray();
    } catch (IOException e) {
    // TODO Auto-generated catch block...
Results 1 to 9 of 9