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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:05:31+00:00 2026-05-15T10:05:31+00:00

1- what is the difference between JFrame and FramView in Java ?? 2- when

  • 0

1- what is the difference between JFrame and FramView in Java ??

2- when I create New Desktop Application with NetBeans , FrameView is created and when I put any component on it ( by design mode) it appears beautiful like this ( see picture 1 in bottom link )

but when Application run , it appears like this !!(see picture 2 in bottom link )

and when I create JFram and put a button on it , whenever Application run the button appears like this … !! (see picture 3 in bottom link )

why this happend ..?? I want to create a beautiful interface and component Like component on FramView but without any problem in design?
How I do that ??

Notice : I use NetBeans 6.8

see pictures http://www.freeimagehosting.net/uploads/fc54702761.png

I am sorry because I put the Images in this way , but your web site prevent me from putting image and multi hyperlinks because I am a new user

  • 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-15T10:05:32+00:00Added an answer on May 15, 2026 at 10:05 am

    If memory serves me right, the FrameView is a custom component by Netbeans. To make your JFrame components look “better”, add the following code just before calling the init() method:

    import javax.swing.UIManager;
    
    
    public class NewJFrame extends javax.swing.JFrame {
    
    /** Creates new form NewJFrame */
    public NewJFrame() {
        try
        {
            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        }
        catch (Exception e) {    }
    
        initComponents();
    }
    
    .
    . 
    .
    .
    /**
    * @param args the command line arguments
    */
    public static void main(String args[]) {
        java.awt.EventQueue.invokeLater(new Runnable() {
            public void run() {
                new NewJFrame().setVisible(true);
            }
        });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there any difference between the two. I was reading an article ( http://www.javalobby.org/java/forums/t17933
JAVA : is there a difference between the two references p && pp? PrintStream
Can any one explain difference between position and anchor point in cocos-2D with some
Is there any tangible difference between the two forms of syntax available for creating
Is there any difference between ReferencePath with condition '%(CopyLocal)'=='true' and ReferenceCopyLocalPaths ? The question
JFrame mainFrame = new JFrame(); mainFrame.setSize(100, 100); mainFrame.setBackground(Color.CYAN); mainFrame.setVisible(true); My intent is to create
Difference between Java & .Net Framework Regular Expressions Pattern I am trying to convert
Any difference between a = session.query(Accounts).filter(Accounts.key = 4).first() and a = session.query(Accounts).filter(Accounts.key = 4)[0]
any difference between those two?
Difference between Custom Tag and Java Bean?

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.