Search:

Type: Posts; User: JonLane

Search: Search took 0.18 seconds.

  1. Re: Seeking help with Grid/BorderLayout regarding Sudoku Puzzle program

    I have isolated the funny behavior, but still don't understand why it behaves this way.
    None the less I was right about it not accepting the same object to add twice.
    Below is identical code with 1...
  2. Re: Seeking help with Grid/BorderLayout regarding Sudoku Puzzle program

    I can't explain it either. However an interesting test let me try to break my method to get the same results as before the fix.
  3. Re: Seeking help with Grid/BorderLayout regarding Sudoku Puzzle program

    This works.


    import java.awt.*;
    import javax.swing.*;
    import javax.swing.border.*;

    public class Sudoku1 extends JFrame {
    JPanel panel1 = new JPanel();
    Border exteriorBorder = new...
  4. Re: Seeking help with Grid/BorderLayout regarding Sudoku Puzzle program

    Start simple,
    cut your code back to have just a 3x3 grid. get this to work before moving on.
    then figure out how to put something in each 1 of those 9 grids. say a button that has a unique word or...
Results 1 to 4 of 4