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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T01:02:31+00:00 2026-06-13T01:02:31+00:00

I have several classes in my program, but for now we only have to

  • 0

I have several classes in my program, but for now we only have to worry about two of them:
GUI and Logics.

The GUI class delegates to the Logics class:

Logics logics = new Logics();

This is because I want the GUI class to call methods I have in the Logics class.

But now I also want a method in GUI to be called from the Logics class. Specifically I want the Logics to be able to make a pop-up box in the GUI class (JDialog) visible when some certain condition (that is checked in the Logics class) is fulfilled.

How do I go about doing this? I can’t delegate from Logics to GUI, because then I will get an overflow (delegating back and forth into infinity).

Does anybody have any suggestions? 🙂

-Thanks

  • 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-13T01:02:33+00:00Added an answer on June 13, 2026 at 1:02 am

    Perhaps the Logics class could be given a service for showing dialogs. The GUI class could implement an Interface called DialogService (or whatever) that defines the methods for showing your dialogs. You could then call:

    Logics logics = new Logics(this); 
    

    without the need for the Logics class to have access to the GUI class directly.

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

Sidebar

Related Questions

in my java Project I have several classes/java files but is in Menu class
I have several classes like in the following example: abstract class AClass { boolean
I want to make my program initialization a bit smarter. I have several classes
I have a base class B and several derived template classes D<int> , D<float>
In my program I have two classes, one called GlassPiece, and one called TrackerChip.
I have several classes with static const data members. I would like to know
i have several classes with members called 'Id'. Originally i wanted to store these
I have several classes, that all derives from SuperClass. When the classes are created,
I have several classes such as Order, Customer, etc. These classes serve for holding
I have several classes each containing several methods annotated with @Test . The classes

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.