Hey I have a Java applet that calculates the binomial expansion, however when the string is long the string overflows the applet and you can only see a portion of it, how can I fix this, so i have to add a scroll bar or what would be the easiest thing to do? I use :
g.drawString(ans ,10,100);