Search:

Type: Posts; User: Nate08

Search: Search took 0.10 seconds.

  1. Re: need help finishing up this project but I don't know the code...please help

    Ok, I moved the text to where I wanted it. Now where in my code do I change the numbers to move the circles because the words are overlapping the circles.
  2. Re: need help finishing up this project but I don't know the code...please help

    Alright, and another thing I noticed. As I'm re-positioning the words, the circles aren't moving and so some of the words are on the circle?
  3. Re: need help finishing up this project but I don't know the code...please help

    Alright, I kind of figured out what you meant. I changed the values of the x and y, but I still have one more problem. I need each stat on a separate line, so that its on 3 lines. I know about the \n...
  4. Re: need help finishing up this project but I don't know the code...please help

    No sorry, I don't understand because this is my first assignment and I don't know much about Java programming yet. But yes, I'm talking about when you call drawString() and type in the messages, I...
  5. Re: need help finishing up this project but I don't know the code...please help

    If you click on the image I included, it shows the words "They do not overlap" and "Circle 1's stats:" and the rest of that all at the top of the window. That's what I need. But as of right now, it...
  6. need help finishing up this project but I don't know the code...please help

    here is the code I have so far:

    import java.awt.Graphics;
    import javax.swing.JFrame;
    import javax.swing.JOptionPane;
    import java.util.Scanner;

    public class Program1 extends JFrame {
    ...
Results 1 to 6 of 6