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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T11:21:36+00:00 2026-05-25T11:21:36+00:00

I have a Netbeans GUI Project created with all the auto-generated content. On the

  • 0

I have a Netbeans GUI Project created with all the auto-generated content.

On the Main Form I have a Frame View > JPanel (mainPanel)

I have tried to change the preferredSize and MinimumSize to the Dimensions I wanted and also tried adding:

mainPanel.setSize(500,500);

mainPanel.setSize(new Dimension(500, 500));

But it doesn’t change when I run the application. Can anyone help me out here.

Thanks.

  • 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-25T11:21:37+00:00Added an answer on May 25, 2026 at 11:21 am

    Take also into consideration the size of your top-level container.

    If you use Free Design layout i.e., then this code will change the size of your panel as soon as the second line runs, that applies to the JFrame hosting mainPanel:

        mainPanel.setPreferredSize(new Dimension(500, 500));
        setSize(new Dimension(1000, 1000));
    

    Designing GUI’s by hand is a great activity. It is especially beneficiary during the Swing learning phase, or in order to create some special interface. For mainstream application development though, like multiple forms for some CRUD, or like business applications of most types that use highly repetitive software patterns it pays off big time to use a graphical designer like Matisse. Saves you a lot of time and money. You can also prototype your application quickly and agree upon the design with your customer.

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

Sidebar

Related Questions

I create GUI in Netbeans Form Editor and want to change an auto-generated signature
I have a question. I created a new project with netbeans and have main.java
I have created a JFrame form using netbeans GUI builder and place buttons on
I have GUI created using netbeans GUI builder. I want to add there an
Ok. So here's a netbeans issue thanks to auto generated code from GUI designer.
I have designed this gui in netBeans which has a canvas , a couple
We have a netbeans project that has an xsd that we use to create
I have a NetBeans project set up with a bunch of source classes and
I have a NetBeans project and the Mercurial repository is in the project root.
In Netbeans (I have the 6.5 version), in the project properties under Application> Webstart

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.