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 8461291
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:50:25+00:00 2026-06-10T13:50:25+00:00

I am developing an application that transforms an XML file to a dynamic graph

  • 0

I am developing an application that transforms an XML file to a dynamic graph so I made a class that extended JPanel to arrange the node (circularnode.java) and I created a class that extended JPanel to add arrows (arrow.java) but when displaying the arrows, they always come behind nodes. The background of circularnode.java hides them.

How can I display a JPanel over another, or control the order of appearance?

  • 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-10T13:50:26+00:00Added an answer on June 10, 2026 at 1:50 pm

    Consider extracting the code for directly drawing of the arrows and nodes out of JPanel. Perhaps you can create an Arrow and a Node class that know how to draw themselves, for instance that has a public void paint(Graphics g) method.

    Then you could create an ArrayList<Arrow> and ArrayList<Node> fields for your JPanel class, and draw both in the JPanel’s paintComponent(...) method by iterating through the Lists and calling each item’s paint(...) method passing in the Graphics context obtained from the JVM.

    Otherwise, if you absolutely need to draw these in separate JPanels, one on top of the other, be sure that the top JPanel is not opaque via setOpaque(false), so that its background won’t be painted, and you can see through it.

    For more specific help, consider telling us more about your problem, your current code, and even posting some of your code, preferably in the form of an SSCCE (please see the link that describes this very useful construct).

    Welcome to stackoverflow.com by the way!

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

Sidebar

Related Questions

I am developing an application were I need to transform XML documents that look
I've been developing an application that handles accounts and transactions made over these accounts.
We are developing an application that uploads large files over Internet. File size before
I am developing an application were I need to transform XML documents that look
I'm currently developing an application that needs to parse some (a big file of)
I'm developing application that start page depends on file existing in isolated storage. If
I am developing an application that needs to read in several file formats and
I am developing a MVC application with PHP that uses XML and XSLT to
I am developing an application were I need to transform XML documents that look
I am developing an application were I need to transform XML documents that look

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.