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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T18:58:24+00:00 2026-06-12T18:58:24+00:00

Hello to all Stackoverflow developers thanks for helping me . I am working on

  • 0

Hello to all Stackoverflow developers thanks for helping me .
I am working on a swing project .In which , i have to add a jinternal frame on jframe . i am adding the jinternal frame by calling method

Container.add(jinternalframe1);

the internalframe is being added but its moving , i want to disable the movement of the jinternalframe. on clicking a button on jinternalframe i want to add a JList and JTable on the previous frame window

I am calling the method

frame1.cp.add(list1);
frame1.cp.add(table1);

while clicking on jlist the table should be removed and new table should be generated. I am writing the following code for it

ms.cp.remove(table);
table= new JTable(String title, Object obj[][]);
add(table);

by doing so jtable is not being removed from container plz suggest me whats wrong in my code

  • 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-06-12T18:58:25+00:00Added an answer on June 12, 2026 at 6:58 pm
    1. It sounds like your Container is using a layout manager which is deciding on how the internal frame should be displayed. JInternalFrame is designed to work with containers that don’t have a layout manager, most notably, the JDesktopPane. For information check out How to Use Internal Frames
    2. It sounds like you actually want to use a dialog instead of a internal frame
    3. Why are reconstructing the table from scratch? Simply update the model. Besides, you remove the table from ms.cp using ms.cp.remove(table) and then add it to something else, no wonder it never shows up. See How to use Tables for more information.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hello all i am working on a project in which i have a webpage
hello all I have a small dialog which I created dynamically, which has a
Problem Hello all! I have this code which takes my jpg image loops through
Hello All at StackOverflow, over the last few days I have had some problems
Hello all at StackOverflow.. Reasonably new to this site, but I have had nothing
https://stackoverflow.com/a/64983/468251 - Hello, I have question about this code, how made that working with
Hello all I am working on javascript jquery and svg.I want to ask a
Hello all I am working on html and javascript.And I am going to ask
Hello all how can I create jar file of my project that is created
hello all this seems to be my problem I have a table in mysql

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.