Actually in this case, it does mean that they are the same object in memory. JButton inherits its .equals method from Object. By the definition of the equal method in the Object class, .equals will...