Search:

Type: Posts; User: MattDelly

Search: Search took 0.26 seconds.

  1. Re: How to make Jlabel text blink using timer?'

    Here is an example of blinking JLabel, Hopefully it'll give you an idea of what to do then you can play around with it.


    /**code removed*/
  2. Replies
    4
    Views
    1,334

    Re: Help with java char Array

    Ah I'm glad to see you revised your post haha! :)

    I don't think you can just print guessedLetters like you have.

    Try this:

    import java.util.Arrays;
    .
    .
    .
  3. Replies
    4
    Views
    1,334

    Re: Help with java char Array

    If I were you I'd start with some pseudo code and then start programming it and if you run into any errors it would be a lot easier to help.

    Something like:
    While loop to keep the user entering...
  4. Replies
    2
    Views
    1,942

    Re: Tabs' position of JTabbedPane

    Maybe this example will help you

    /**code removed*/
  5. Replies
    4
    Views
    2,174

    Re: i feel like a retard! Java noob

    Patience is virtue my friend ahha :P
    Here are some references:

    Java Tutorial

    The Java™ Tutorials

    Bruce Eckel's MindView, Inc: Free Electronic Book: Thinking in Java, 3rd Edition
    ...
  6. Replies
    2
    Views
    3,569

    Re: what's wrong with code? Rectangle

    This seemed to make it work

    static Scanner input=new Scanner(System.in);

    I think it's cause it's outside the main but I'm not sure.

    Also please follow what jps has said.
  7. Thread: Hello!

    by MattDelly
    Replies
    2
    Views
    1,098

    Re: Hello!

    Thanks! haha :P
  8. Thread: Help me .

    by MattDelly
    Replies
    2
    Views
    1,072

    Re: Help me .

    First you will need to create a JTextField


    private JTextField text1;


    You need to create a JTextField and add it to the screen


    JTextField text1= new JTextField(15);
  9. Thread: Hello!

    by MattDelly
    Replies
    2
    Views
    1,098

    Hello!

    Hey everyone,

    Hows it going? Stumbled across this site hoping to get some help learning Java and see what this community is all about. I go by the name Delly or Matt don't really matter to me!...
Results 1 to 9 of 9