¡@

Home 

java Programming Glossary: show_action

Show image by click JButton

http://stackoverflow.com/questions/9721421/show-image-by-click-jbutton

JFrame implements ActionListener private static String SHOW_ACTION show private static String HIDE_ACTION hide private Image image.. this showButton.setActionCommand SHOW_ACTION JButton hideButton new JButton Hide hideButton.addActionListener.. event String actionCommand event.getActionCommand if SHOW_ACTION.equals actionCommand showImage true else if HIDE_ACTION.equals..