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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:28:18+00:00 2026-05-27T01:28:18+00:00

Please see my image below at the link and then read below it for

  • 0

Please see my image below at the link and then read below it for more details on my problem.

Sample image

Imagine that is a Basic frame splited into two with a JSplitPane, by default when you resize your frame the gray part changes it’s size, but I would like the white part to resize accordingly to the frame resizing.

Any help into the right direction would be appreciated as I am working on a project now and I am trying out all kind of weird stuff to be prepared for my biggest project set in the new year. 🙂

Regards
Theron

  • 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-27T01:28:19+00:00Added an answer on May 27, 2026 at 1:28 am

    You need to use setResizeWeight to get the left and right take the extra space or reduce in size on JFrame resize, sample code below:

        import java.awt.BorderLayout;
    
        import javax.swing.JButton;
        import javax.swing.JFrame;
        import javax.swing.JSplitPane;
    
        public class TestJSplitPane {
        private void init(){
            JFrame frame = new JFrame();
            frame.setLayout(new BorderLayout());
            JSplitPane splitPane = new JSplitPane(JSplitPane.HORIZONTAL_SPLIT);
            splitPane.setRightComponent(new JButton("Here I Am"));
            splitPane.setLeftComponent(new JButton("Me Too"));
            splitPane.setResizeWeight(0.5);
            frame.add(splitPane, BorderLayout.CENTER);
            frame.pack();
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            frame.setVisible(true);
        }
    
        public static void main(String[] args) {
            new TestJSplitPane().init();
        }
    }
    

    Java Doc for setResizeWeight.

    Hope this helps.

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

Sidebar

Related Questions

Please see the image below. Assume that these are all divs with the given
Please see the image below. How was this 'pop-up' view created? Suppose I wanted
I have 2 related Linq to SQL questions. Please see the image below to
Please look at the image below !! So in this image... You can see
My Boss give me an image (please see below) and told him I would
******QUESTION WAS EDITED, Please see below** I am running into a problem when I'm
Please see the below code. It shows animation effect with image. UIImageView *imgView =
i have the following situation (please see image below after reading the following): .dragoverlay
Please see code below. The destructors are never called. Anyone know why and how
Please see the code below: #include <iostream> #include <stdlib.h> #include <time.h> using namespace std;

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.