Yeah, Swing.Bakkon wrote:Nice work. I'm assuming this was made using Javax.Swing? I've only made tic-tac-toe with that and it's kind of annoying getting stuff to line up the way you want in a JPanel.
Um, what about a GridLayout() for tic-tac-toe?
Moderator: Coders of Rage
Yeah, Swing.Bakkon wrote:Nice work. I'm assuming this was made using Javax.Swing? I've only made tic-tac-toe with that and it's kind of annoying getting stuff to line up the way you want in a JPanel.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
I'm not a Java programmer so I'm not sure if this is helpful, but FormLayoutMaker seems to be a nifty tool for building forms. I found a few links on Google for WYSIWYG GridLayout builders, but several were pricey (at around US$200). FormLayoutManager is free and open source and there might be similar projects that will handle grids too.Bakkon wrote:Nice work. I'm assuming this was made using Javax.Swing? I've only made tic-tac-toe with that and it's kind of annoying getting stuff to line up the way you want in a JPanel.
Yeah, I ended up using that, and it works great for grids, but its still a little tricky getting controls in specific areas for form type applications.MarauderIIC wrote:Yeah, Swing.Bakkon wrote:Nice work. I'm assuming this was made using Javax.Swing? I've only made tic-tac-toe with that and it's kind of annoying getting stuff to line up the way you want in a JPanel.
Um, what about a GridLayout() for tic-tac-toe?
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!