I am writing a computer program that graphs the most popular baby names over time. So I have to display a graph. It looks good: :)
Another part of the program is that the window is supposed to be adjustable, so when the user changes the size of the window, the graph adjusts itself so that it looks the same. However, when I change the window size a couple of times in different ways, this is what my program looks like:
Instead of changing my code, I think I should just change the assignment to be creating a barcode picture :P
I fixed the bug!!!!!!! I just needed a removeAll() command at the beginning of my update() method :) Thanks blogging.
ReplyDelete