Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7783989
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T20:00:26+00:00 2026-06-01T20:00:26+00:00

After importing java.awt.event.*, I’ve added a component listener to a class extending GCanvas with

  • 0

After importing java.awt.event.*, I’ve added a component listener to a class extending GCanvas with the following code:

public NameSurferGraph() {
addComponentListener(this);
nameList = new ArrayList<NameSurferEntry>();
}

public void componentHidden(ComponentEvent e) { }
public void componentMoved(ComponentEvent e) { }
public void componentResized(ComponentEvent e) { update(); }
public void componentShown(ComponentEvent e) { }

public void update() {
removeAll();
drawBackground();
if (nameList.size()>0) {
for (int i=0; i<nameList.size(); i++) {;
drawLineForOneName(i);
}
}
}

But when I call a method on it from another class, nothing happens.

public NameSurferGraph graph = new NameSurferGraph();

public void graphName(String name) {
entry = database.findEntry(name);
graph.addEntry(entry);
graph.update();
}

Any ideas about what I might be doing wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T20:00:27+00:00Added an answer on June 1, 2026 at 8:00 pm

    As you don’t provide enough code, I can only guess:

    Your call to removeAll(); removes all elements from nameList, so the if stops you from entering the loop (even if it did not, the loop body will be executing 0 times as the size of an empty collection is 0)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After cloning playframework from github and importing java sources into eclipse there are a
After importing content from a legacy website using the Feeds module, I'm left with
I made the mistake of modifying my original source after importing it into subversion.
After some experience with functional languages, I'm starting to use recursion more in Java
After loosing much sleep I still cannot figure this out: The code below (its
I am converting from .NET to Java and the following .NET Regular expression fails.
I just installed cygwin and eclipse on my win7 x64 machine, and after importing
I am using ANTLR 3.1.3 to generate the parser. After importing the generated testParser,
Im using the ExecutorService in Java to invoke Threads with invokeAll() . After, I
Forum- After an importing a previously working package into my Eclipse IDE All of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.