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

  • Home
  • SEARCH
  • 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 6082051
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:14:44+00:00 2026-05-23T11:14:44+00:00

JPanel scorePanel = new JPanel(); scorePanel.setBackground( new Color( 95 , 8 , 248 ,

  • 0
JPanel scorePanel = new JPanel();
scorePanel.setBackground( new Color( 95 , 8 , 248 , 255 ));
JLabel scoreLabel = new JLabel( "Score : 0"  );
scoreLabel.setForeground( Color.white );
scoreLabel.setFont( new Font( "Cambria" , Font.BOLD , 20 ) );
scorePanel.add(scoreLabel);
Dimension d =new Dimension( scorePanel.getSize() );
System.out.println(d);

The output of this snippet when run along with the whole code is-java.awt.Dimension[width=0,height=0]

Why do i get this output, when in scorepanel i have a label of size 20 ? Is this the actual size of scorepanel ?

  • 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-23T11:14:44+00:00Added an answer on May 23, 2026 at 11:14 am

    No, it’s not. Once it’s been realized (i.e. packed into a container and rendered), the actual dimensions of the component will be made available.

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

Sidebar

Related Questions

JPanel panel = new JPanel() { public void setBackground(Color c) { Logger.global.info(setBackground: c= +
In my JPanel , I set the background of a JLabel to a different
I have a JPanel that looks something like this: JPanel panel = new JPanel();
I've created a JPanel canvas that holds all graphics; namely JLabel. To get animated
I have a JPanel that has several (25) JLabel s on it, using a
I have a JPanel like this: GridBagConstraints constPanelInfo = new GridBagConstraints(); panelInfo = new
I have a JPanel with specific size. I have added a JLabel on it.
This is the snippet : JPanel logoPanel=new JPanel(); GroupLayout logoLayout=new GroupLayout(logoPanel); logoPanel.setLayout(logoLayout); logoPanel.setHorizontalGroup((GroupLayout.Alignment.BASELINE).addGap(100,100)); logoPanel.setVerticalGroup((GroupLayout.Alignment.BASELINE).addGap(100,100));
I'm using a JPanel containing a JLabel with an icon. I'm using a ComponentAdapter
I've got GridLayout-JPanel. In every cell there is a JLabel with some String. How

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.