Alex's programs for F2009

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Alex's programs for F2009

Post by MarauderIIC »

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, Swing.
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.
User avatar
captjack
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 50
Joined: Fri Sep 18, 2009 4:23 pm
Current Project: engine framework
Favorite Gaming Platforms: PC, XBox 360, PS3
Programming Language of Choice: C, C++
Location: Northern Virginia

Re: Alex's programs for F2009

Post by captjack »

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'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.

-capt jack
User avatar
avansc
Respected Programmer
Respected Programmer
Posts: 1708
Joined: Sun Nov 02, 2008 6:29 pm

Re: Alex's programs for F2009

Post by avansc »

both eclipse and netbeans (IDE's) made by ibm and sun respectively, have interface builders/designers.
id recommend netbeans, i feel its a more complete package.
http://www.netbeans.org/
Some person, "I have a black belt in karate"
Dad, "Yea well I have a fan belt in street fighting"
User avatar
Bakkon
Chaos Rift Junior
Chaos Rift Junior
Posts: 384
Joined: Wed May 20, 2009 2:38 pm
Programming Language of Choice: C++
Location: Indiana

Re: Alex's programs for F2009

Post by Bakkon »

MarauderIIC wrote:
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, Swing.
Um, what about a GridLayout() for tic-tac-toe?
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.

I'll try Netbeans next time I have a Swing project to do.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Alex's programs for F2009

Post by MarauderIIC »

Updated w/ analog clock.
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
MarauderIIC
Respected Programmer
Respected Programmer
Posts: 3406
Joined: Sat Jul 10, 2004 3:05 pm
Location: Maryland, USA

Re: Alex's programs for F2009

Post by MarauderIIC »

Updated with the rest of the programs from the semester for Graphics class
I realized the moment I fell into the fissure that the book would not be destroyed as I had planned.
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: Alex's programs for F2009

Post by dandymcgee »

Nice work. Minesweeper looks very professional.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
Post Reply