In my program I have three JButtons. when I click on one of them it generates an Action Event and a procedure is done, then I select a JCheckBox and an Item Event happens, but what is going to be done now is related to the previous event (which JButtons have been clicked previously). my question is that how I can access to the previous event?