Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Page 2 of 2 FirstFirst 12
Results 26 to 28 of 28

Thread: Help with GUI

  1. #26

    Default 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. #27
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Help with GUI

    Quote Originally Posted by nivangerow View Post
    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.
    I believe the short answer to your question is that you have to add a breakpoint before you start debugging (that way the program knows where to stop so you can look at it step by step). The actual answer is to do some googling of "eclipse debugging tutorial".
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #28
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Help with GUI

    Quote Originally Posted by nivangerow View Post
    Actually I read through it, tried some stuff like requesting the focus and it didnt work.
    I'm not going to mix topics, and I'm not interested in further debating it. Trying some stuff is not the same as going through the tutorial and asking a specific question (with an SSCCE). If you want people to work to help you, then you have to work to make it easy for people to help you (giving you some code to copy and paste is not helping). If you don't feel like working to make it easier for people to help you, that's fine, but you just can't expect other people to work harder on your programs than you do.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Page 2 of 2 FirstFirst 12

Tags for this Thread