how to add components to the panel on the fly
following code is not work
JButton b=new JButton("hjkhk" );
jPanel3.add(b);
setContentPane( jPanel3);
I hope your help
following code is not work
JButton b=new JButton("hjkhk" );
jPanel3.add(b);
setContentPane( jPanel3);
I hope your help
Comment