What is the difference between the following methods :\[code\]jButton.getModel().isArmed()jButton.getModel().isSelected()jButton.getModel().isPressed()\[/code\]I do not understand what the documentation says for \[code\]isArmed\[/code\] and the rest two have an obvious documentation. But I do not how do they behave differently.