Search:

Type: Posts; User: mikemontesa

Search: Search took 0.07 seconds.

  1. Re: How do I create a tester for my StatsArray with exception.

    Our instructor actually gave us the code and we just have to add the +fillArrayFromUser(). I'm still learning the array and I get confused with it.
  2. Re: How do I create a tester for my StatsArray with exception.

    First when I called to do the

    stats.fillArray();

    nothing happened. When I added stats.fillArrayFromUser();, this is what's printed.

    Enter a value91

    Looks likes its generating a random...
  3. Re: How do I create a tester for my StatsArray with exception.

    I still need help. That output is the expected output. I don't know how to fill its array with values form the user by invoking the fillArrayFromUser method and displaying the array by invoking the...
  4. GUI Layout - Does anyone know how to set a layout?

    I have this blackjack layout and every panel and textfield already on the box except I don't know how to properly alligned them. I've been reading about layout manager but I get confused. I hope...
  5. How do I create a tester for my StatsArray with exception.

    So I created this StatsArray.java with exception.


    import java.awt.*;
    import java.util.Random; //for our random number generator
    import java.util.Scanner;

    public class StatsArray
    {
Results 1 to 5 of 6