I have been working on a program in which I use codes from this API (musicg) : http://code.google.com/p/musicg/
However, I still have one part of my code which causes me trouble (GraphicRender.java). In the import part, it happens that some lines remain underlined in red, meaning some data are missing. Do you have any idea of where I can find these missing parts ?
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import javax.imageio.ImageIO;
Thanks in advance for any lead you could give me, I'd really appreciate some help to make this work !
See you