Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    16
    Views
    5,353

    Re: Checking the Status of a checkbox

    public class TheOtherClass {
    private final Checkboxes checkers;
    public TheOtherClass(CheckBoxes c){
    this.checkers = c;
    }
    public void doCheck(){
    ...
  2. Replies
    16
    Views
    5,353

    Re: Checking the Status of a checkbox

    By checkboxes, I assume you mean JCheckBox's. To access the status, pass a reference to the client class of the class which contains the JCheckBoxes. It then has access to them...if they are private...
Results 1 to 2 of 2