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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:39:52+00:00 2026-05-28T05:39:52+00:00

In eclipse I’ve done this: import javax.swing.JFrame; import javax.swing.JLabel; //import statements //Check if window

  • 0

In eclipse I’ve done this:

import javax.swing.JFrame;
import javax.swing.JLabel;

//import statements
//Check if window closes automatically. Otherwise add suitable code
public class HelloWorldFrame extends JFrame {

    public static void main(String args[]) {
        new HelloWorldFrame();
    }
    HelloWorldFrame() {
        JLabel jlbHelloWorld = new JLabel("Hello World");
        add(jlbHelloWorld);
        this.setSize(100, 100);
        // pack();
        setVisible(true);
    }
}

But there is no label shown, I mean nothing appears.
Only the console shows this:

JUnit version 4.10

Time: 0.001

OK (0 tests)

Has anyone any idea why?

  • 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-28T05:39:53+00:00Added an answer on May 28, 2026 at 5:39 am

    Check what you are running, because it looks like you are running a JUnit test, not this class. Check your Run Configurations to make sure that you are running this class as a Java Application.

    With this class open in the Eclipse editor, go to the Run menu, select the Run as item and then Java application (or Alt+Shift+X,J).

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

Sidebar

Related Questions

Eclipse Helios periodically starts running a job which displays Computing additional info. During this
Eclipse was running fine last night, but this morning I tried starting it up
Eclipse 3.4[.x] - also known as Ganymede - comes with this new mechanism of
Eclipse allows you to open more than one text editing window at a time
Eclipse text editors has this nice vertical rulers at both sides where bookmarks and
Eclipse as a option to create a class automatically once a undefined Object is
Eclipse's default template for new types (Window > Preferences > Code Style > Code
Eclipse is really bugging me with this. I have an Android project that is
Eclipse can't resolve javax.servlet. I use Apache Tomcat. My CLASSPATH variable looks as following:
Eclipse 3.5 indents this code correctly: addWindowListener(new WindowAdapter() { @Override public void windowClosing(WindowEvent e)

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.