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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T03:55:51+00:00 2026-06-08T03:55:51+00:00

How to access different JFrame executing in different event dispatch threads of a Java

  • 0

How to access different JFrame executing in different event dispatch threads of a Java application Please go through the SSCCE posed here
Will new instance of JVM or reflection help in this case

In the end as I mentioned If the following code is added to the first class

Frame[] f2 = JFrame.getFrames();

for(Frame fx: f2){
    System.out.println(fx.getTitle());
    fx.addWindowListener(new WindowAdapter(){
    public void windowClosing(WindowEvent we){
}

only a single frame is returned if added to second class in sequence in SSCCE two frames are returned and if added to third class All frames are returned. Is this a problem due to event dispatch threads what is the reason behind this behavior. How to access all frames from Main frame i.e., MyApp.

Why does JFrame.getFrames(); returns awt Frames say for example if I want to change the default close operation of all JFrames in my application gerFrames returns awt frames which if caset in JFrame produces an exception.

Exception in thread “main” java.lang.ClassCastException:
[Ljava.awt.Frame; cannot be cast to [Ljavax.swing.JFrame; at
myApp.MYApp.main(MYApp.java:48)

  • 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-08T03:55:53+00:00Added an answer on June 8, 2026 at 3:55 am

    code line

    Window[] allWindows = Window.getWindows();
    

    returns arrays of all Top-Level Containers from current JVM

    • J/Frame

    • J/Dialog(JOptionPane)

    • J/Window

    have to test if

    if (allWindows[i] instanceof JFrame) {
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm writing a Java SE (desktop) application that has to access different databases all
I am currently writing an application in VS2010 which will access many different SQL
When different threads access a static method, are objects declared in that method local
I have two different modules that need access to a single file (One will
I am working on a web application where different user groups have different access
I am working on an app that will access different items in the phone
I happen to have several functions which access different arguments of the program through
I'm trying to develop an application, which would give access to different services for
Currently on my website visitors can directly access different posts by going to www.mywebsite.com/index.php?post=123,
I have a pretty complex linq statement I need to access for different methods.

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.