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

  • Home
  • SEARCH
  • 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 9141465
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:38:54+00:00 2026-06-17T09:38:54+00:00

i am having little difficulty here with disabling/enabling few JComponents with a checkbox in

  • 0

i am having little difficulty here with disabling/enabling few JComponents with a checkbox in run-time. I have tried to do if(checkbox.isSelected(){} but it didn’t worked. When i try to add addActionListener(this) i get an error “method addActionListiner in class AbstractButton cannot be applied to given types : required Action listiner: found JudgeMain (its a class name) – leaking “this” in constructor

public class JudgeMain extends JFrame {
Connection conn = null;
ResultSet rs = null;
PreparedStatement pst = null;
LogInJ id = new LogInJ();
public String IdNumber;
public JudgeMain(LogInJ id) 
{
    initComponents();
    ButtonGroup();
    this.id = id;
    initDetails();
    yesCB.addActionListener(this);
    if(yesCB.isSelected())
    {
        timeF.setEnabled(true);
        catF.setEnabled(true);
        yearsCB.setEnabled(true);
        monthsCB.setEnabled(true);            
    }
}

help appreciated thank you

  • 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-17T09:38:55+00:00Added an answer on June 17, 2026 at 9:38 am

    The class JudgeMain does not represent the type ActionListener.

    You would need to implement this interface to make it possible to call

    yesCB.addActionListener(this);
    

    or just use an anonymous listener (Note, no need to check the source):

    yesCB.addActionListener(new ActionListener() {
    
       @Override
       public void actionPerformed(ActionEvent e) {
          timeF.setEnabled(yesCB.isSelected());
          catF.setEnabled(yesCB.isSelected());
          yearsCB.setEnabled(yesCB.isSelected());
          monthsCB.setEnabled(yesCB.isSelected());
    }});
    

    Side Note: The preferred approach is to create an instance of JFrame and use directly rather than subclassing the class.

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

Sidebar

Related Questions

Forgive me if this is a tried question, but I'm having a little difficulty
I'm having a little difficulty understanding alias_method / alias_method_chain . I have the following
im having a little issue here. I have MediaElement.js set on my project. It
I'm having a little difficulty in figuring out how to run multiple cURL requests,
I'm updating an application to be 64-bit-compatible, but I'm having a little difficulty with
I'm having a little difficulty configuring Android logging. Here's what my code looks like:
Having a little difficulty getting a function to call after a .load: $(function(){ $('a.pageFetcher').click(function(){
I'm having a little difficulty coming up with the OOP design of a small
Hi I am having a little difficulty working out this mod rewrite rule /
I am having a little difficulty with a generic template for my extended progress

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.