A JButton is a common button in Java Swing.
I want that main should print hello (in a pop up dialogue box) everytime the button is clicked. So I …