| java Programming Glossary: jbutton1_actionperformedDraw in an image inside panel http://stackoverflow.com/questions/14037284/draw-in-an-image-inside-panel  ActionListener public void actionPerformed ActionEvent evt jButton1_ActionPerformed evt  cp.add jButton1 jButton2.setBounds 184 208 75 25 jButton2.setText.. true end of public Try_Panel start methods public void jButton1_ActionPerformed ActionEvent evt BufferedImage image new BufferedImage jPanel1.getWidth.. Color.BLUE g.drawLine 0 0 300 400 jPanel1.add l end of jButton1_ActionPerformed public void jButton2_ActionPerformed ActionEvent evt TODO add.. 
 |