This is my java program and I can't understand the difference between (JFrame.HIDE_ON_CLOSE) & (JFrame.DISPOSE_ON_CLOSE ) methods.Can you please explain this? :-/



import javax.swing.*;
class...