We present you the most advanced and easy Computer Sciences along with other education related articles/posts.
package myPackage; import javax.swing.JButton; public class myClass{ JButton button = new JButton("button"); public void myButton(){ panel.add(button); } }
No comments:
Post a Comment