Search found 3 matches

by SpaceKidA
Tue May 27, 2003 3:00 am
Forum: Java
Topic: Displaying a float in a frame
Replies: 0
Views: 202

Displaying a float in a frame

I'm trying to create a running cost for a class project using a float for the price and displaying the cost in a JPanel frame. Is this possible? If not, how can I display a dynamically changing number?

Thanks for any help.
by SpaceKidA
Mon May 26, 2003 11:22 pm
Forum: Java
Topic: will compile but can find other classes
Replies: 5
Views: 972

Okay I finally found directions for this procedure at http://www.textpad.com/support/faq/java.html (the TextPad FAQ, which I had not used yet -- DO'H!).
by SpaceKidA
Mon May 26, 2003 11:14 pm
Forum: Java
Topic: will compile but can find other classes
Replies: 5
Views: 972

Okay, I keep seeing your suggestion, MudGuard, to add a . or ;.; or something similar to CLASSPATH, but so far I haven't seen a good description of what CLASSPATH is exactly or how to modify it. I have the same problem as ravana, in that I can compile all day long, but when it comes time to run a ...