So when you slide the slider the text is suppose to get BIGGER not SMALLER...anybody know what I've done wrong??

int height=100;
int width=300;
setSize(width, height);
setLocation (0,0);...