Search:

Type: Posts; User: judyfinny

Search: Search took 0.07 seconds.

  1. How can I make the shapes move at the same time when the user enters "up" it should move up. It works for rectangle but i don't know how to move the others like that. (btw i am new to java).

    I want to move the shapes at the same time. How can i do that? Any ideas or suggestions? Thanks.

    ____________________________________________________
    import javax.swing.JFrame;
    import...
  2. Whats wrong with my code? Why isn't my minimum working? Thanks.

    public class doubleNumber
    {
    public static void main (String[] args) {
    double sum = 0;
    int count = 0;
    double userEnterNumber = 0;
    double minimum = 0;
    double maximum = 0;
    double average...
Results 1 to 2 of 2