The Artima Developer Community
Sponsored Link

Java Answers Forum
help me with this problem please (urgent needed)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Poly

Posts: 1
Nickname: ocean
Registered: Feb, 2003

help me with this problem please (urgent needed) Posted: Feb 9, 2003 1:44 AM
Reply to this message Reply
Advertisement
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..

thanx

Topic: Relationship fields in EJB Previous Topic   Next Topic Topic: Need help with comm service programming Please help

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use