Search:

Type: Posts; User: Bamanen

Search: Search took 0.07 seconds.

  1. Re: Need help figuring this out its driving me Nutz!

    If i put 10 into the pane, it is fine. Is it a rounding error because i parsed those doubles as ints? It seems the lines get more out of whack the higher the amount of lines the user specifies.
  2. Re: Need help figuring this out its driving me Nutz!

    Dunno guess I just don't see it. Been looking at this program way to much over past 48 hours. I just don't understand why its fine on the left and not the right.
  3. Re: Need help figuring this out its driving me Nutz!

    done, sorry
  4. Re: Need help figuring this out its driving me Nutz!

    It has to be .1(10%) from each border. And the grid must scale when the window is enlarged. So I cant really just draw them shorter without messing one of these scenarios up.
  5. Re: Need help figuring this out its driving me Nutz!

    package program2;

    import javax.swing.JFrame;
    import java.awt.*;
    import javax.swing.JOptionPane;

    public class Program2 extends JFrame {

    private static final int FRAME_SIZE = 500;
    ...
  6. Need help figuring this out its driving me Nutz!

    1073

    I have worked days on this and I can't figure it out. I just want to comprehend why it isn't working. If anyone have any tips please let me know. Just simply supposed to be a grid, the only...
Results 1 to 6 of 6