Jump to content

Startup help :)

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Turk4n

Turk4n

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,847 posts
Hey guys :>

I have been wondering how to start up with a sudoku game written in java. I have yet to learn use UML properly however I would like to do it in another day.
So today I am here to ask, should I use multidimensional arrays or different lists?
Also, how do I open 2 panels separately with JPanel ?
Most likely open two windows beside each other while still being connected to each other !

Thanks in advance guys :D
Posted Image

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
I would probably use a multidimensional array as the underlying structure of possibly a "board" object.

#3
Turk4n

Turk4n

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 3,847 posts

John said:

I would probably use a multidimensional array as the underlying structure of possibly a "board" object.

Question then to you, by "board" object what do you mean?
Posted Image