
I have taken a Jlabel and jslider i have put all increasing code inside this slider event
jSlider1StateChanged
int g=jSlider1.getValue();
f=g;
System.out.println(g);
Font o=new Font("SimHei",Font.BOLD, f);
fg=o;
jLabel2.setFont(o);
jLabel2.setText("www.proamrishwa.blogspot.com");

0 comments:
Post a Comment