My project assigment is creating different classes to draw a 2DGraph with x and y axis. For my first class called Label ( that means label the graph), I need to finish up the method called XLabel(int col, int row, String label) The command for that XLabel(30,18, Income). How can I write this method that let computer know that at the column 30 and row 18, it will print out this string name Income. I can't use Applet or java.awt.* ... please help..