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.

Results 1 to 2 of 2

Thread: Frame.update() and Eventloop

  1. #1
    Junior Member
    Join Date
    May 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Frame.update() and Eventloop

    When I create a frame the system calls it's update method just when needed - rarely. When i add an event loop the updating calls go haywire and the processor roofs. Can i prevent this anyhow?

    Lasse

  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Frame.update() and Eventloop

    I have not seen that. Can you make a small, simple program that compiles, executes and shows the problem for debugging?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 0
    Last Post: July 24th, 2019, 03:29 AM
  2. HQL Update
    By smartshahezad in forum Web Frameworks
    Replies: 2
    Last Post: July 30th, 2014, 04:06 PM
  3. Why, won't this update?
    By Jerba in forum What's Wrong With My Code?
    Replies: 4
    Last Post: October 5th, 2012, 09:06 PM
  4. Replies: 1
    Last Post: January 19th, 2012, 03:44 PM
  5. [SOLVED] .show is called in card layout, but the frame didn't update
    By nggdowt in forum AWT / Java Swing
    Replies: 2
    Last Post: November 9th, 2011, 02:16 AM

Tags for this Thread