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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:15:49+00:00 2026-05-30T13:15:49+00:00

I have a Panel which is a contentPane of a JDialog . That Panel

  • 0

I have a Panel which is a contentPane of a JDialog. That Panel is divided horizontally into two parts. UpperHalfPanel and LowerHalfPanel by:

Panel.add("UpperHalfPanel", "wrap");
Panel.add("LowerHalfPanel");

The LowerHalfPanel is divided vertically into two parts. LowerHalfLeftPanel and LowerHalfRightPanel.

Now the size of the UpperHalfPanel is determined by number of columns of a JTextField and I am finding a way to make the LowerHalfLeftPanel and LowerHalfRightPanel fill 50% of width of LowerHalfPanel.

Briefly it can be described as a Table with two row and the bottom row has two equal column.

  • 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-05-30T13:15:51+00:00Added an answer on May 30, 2026 at 1:15 pm

    Maybe you are looking for split/span. Without more of a code example, it’s hard to say. A lot of times I find that MigLayout makes nested panels unnecessary. If you come up with a simple short example or even a mock image, it would help.

    It sounds like you want this:

    JPanel outerPanel = new JPanel(new MigLayout());
    JPanel upperPanel = new JPanel();
    JPanel lowerLeftPanel = new JPanel();
    JPanel lowerRightPanel = new JPanel();
    
    outerPanel.add(upperPanel, "span 2, wrap");
    outerPanel.add(lowerLeftPanel);
    outerPanel.add(lowerRightPanel);
    

    This will make upper panel span 2 “cells” and the lower left and right be evenly divided under it depending on the contents of those panels. There are ways to force the size, such as the “!” or “wmin”. Try out the swing demo, go to the span section. Right clicking on the areas will let you experiment with the contraints. Also see the MigLayout cheat sheet.

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

Sidebar

Related Questions

I have an update panel which contains a table, to which I add rows
I have a div which contains two nested divs, one that specifies a height
I have a panel which contains JList. When i add this panel to west
in my project I have a Panel which is using a custom skin that
I have created a JDialog which contains a JComboBox and a panel underneath which
I have a panel which sits on top of a control that renders video.
We have a panel which displays a form with an arbitrary number of JTextFields
I have a panel which consists of a toolbar and tabs. On each tab
i have a tab-panel which works fine so far, but as soon as i
I have web form with a panel which has form elements in side it.

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.