Search:

Type: Posts; User: nivangerow

Search: Search took 0.09 seconds.

  1. Replies
    27
    Views
    3,631

    Re: Help with GUI

    yes that makes sense. And how do I use the debugger in eclipse? Because there is a debug button but all that allows me to do is to change the program while its running.
  2. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Actually I read through it, tried some stuff like requesting the focus and it didnt work.
  3. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Btw, about the key listener thing... You know I made a thread about that, thats what I meant. Is there any way I dont have to press tab?
  4. Replies
    27
    Views
    3,631

    Re: Help with GUI

    I still dont quite get it.
  5. Replies
    27
    Views
    3,631

    Re: Help with GUI

    wait... does the else make any difference?

    [edit]

    F*#K how did I miss that? I just put else after my main and pause gui and viola! It worked! Thx so much!
  6. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Come on! I dont get what you mean! Arent they just different ways to lay out stuff?
  7. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Why cant you just tell me and what debugger would you recommend?
  8. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Right I put this System.out.println(gui.visible+" "+guiop.visible);

    in the paint method, because that constantly updates and its all going the way I want it, the variable changes and everything,...
  9. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Sorry I posted this like 2 secs after you.

    [edit]
    Can you tell me what happens the second time round?
  10. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Did it work? Why does my gui not work?
  11. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Sorry, to get the key listener to focus you need to press tab. Then it should work.
  12. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Right Here is my SSCCE:

    Pong.java:


    package net.nivangerow.pong;
    import javax.swing.*;
    import java.awt.*;
    public class Pong {
    public static void main(String[] args)
  13. Replies
    27
    Views
    3,631

    Re: Help with GUI

    K im working on it.
  14. Replies
    27
    Views
    3,631

    Re: Help with GUI

    It is runnable, you need to download my workspace (in the OP)
  15. Replies
    27
    Views
    3,631

    Re: Help with GUI

    Can somebody help me? please?
  16. Replies
    27
    Views
    3,631

    Help with GUI

    I need help with my gui. I have made a main screen which gives the player options to go to a options screen. When I go on the options screen and select the back button and then ty to go back in the...
Results 1 to 16 of 16