Search:

Type: Posts; User: bulx0001

Search: Search took 0.11 seconds.

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

    Thanks so much man, reading your explanation and looking at your code helps tremendously.
    You essentially eliminated my nested loop and replaced it with a method that performed almost the same...
  2. Re: Seeking help with Grid/BorderLayout regarding Sudoku Puzzle program

    Thank you for the response Jonathan. I am actually able to get the 3 by 3 grid just find. It is figuring out how to loop 9 more 3 by 3 grids within each grid square that has me stumped, unfortunately.
  3. Seeking help with Grid/BorderLayout regarding Sudoku Puzzle program

    Hello all. First off, I apologize if this is the wrong section for seeking this kind of help, I am a beginner programming student. I was assigned to create the gridlines for a Sudoku puzzle, which is...
  4. New Programming Student, Having Trouble With Abstract Classes/Interfaces

    As the title states, I am a new programming student having issues with the concept of abstract classes and interfaces. My current instructor is definitely not qualified to teach Java so I find myself...
  5. Re: Help with formatting spacing on a calender grid please!

    Ah, gotcha! Very useful, thanks again man!!

    *EDIT: Nevermind, figured it out! Junky you are the freakin man!
  6. Re: Help with formatting spacing on a calender grid please!

    Thanks so much. I really appreciate all the help you've given me tonight, very kind of you.

    The thing is, I'm in an introductory Java class and we have not learned about arrays yet (that is what I...
  7. Re: Help with formatting spacing on a calender grid please!

    Thanks man, I changed the order in which I printed the println statement and the formatting is now perfect. Your point #2 you made is spot on and I didn't notice it until just now... Thank you for...
  8. Re: Help with formatting spacing on a calender grid please!

    Thanks that helps a bunch with the column formatting issue. But now it messed up my initial start date, and now every month inserts a space in the entire first row and starts every month on sunday no...
  9. Help with formatting spacing on a calender grid please!

    Hi all, beginning programmer here. What I am trying to do is get a small amount of input from the user (day of the week the year starts on, and the year itself), and output a text grid calender like...
Results 1 to 9 of 9