java Programming Glossary: myimagepanel
how to handle bad file selection for image display in swing http://stackoverflow.com/questions/4053090/how-to-handle-bad-file-selection-for-image-display-in-swing class Display extends JFrame private MyImagePanel canvas private JButton okbutton private JTextArea result private.. this.setVisible true private void addWidgets canvas new MyImagePanel okbutton new JButton OK filechooser new JFileChooser Select.. insets 0 0 this.add component gbc end class Display class MyImagePanel extends JPanel private BufferedImage bi public MyImagePanel..
|