Saturday, April 14, 2012

So i haven't died as most of you know. I was shocked to learn that around the time I post on LoK, I get huge amounts of traffic on my blog. So on any given day i believe i get anywhere from 40-80 views(Okay i'm pulling this out of my ass here. I wouldn't be shocked if i'm getting 20 views a day.) and I think i'm maxing out around 600 views a day when i post on LoK.

So i thought i would update this page since that's why it's here.

Anyways progress with the game!
So i decided to reorganize the GUI, if you've been following me, you might have remembered me making a similar post about me putting everything in one class. When i decided that fail. It was taking to long to do most mundane tasks. So i split up the GUI again but this time i'm trying to keep a firm grip on how I maintain them.

Also i don't know if you know this, but my tile demo works for the most part. however I have to create a new instants of it, to update what's displayed. This is a problem with my logic(or it should be) since i can't just go and make a new object whenever i need to change what's displayed.

Going back to the subject of the GUI being reorganized. One of the things i'm doing is adding a Menu Bar. This great since it gets rid of that annoying MainMenu tab in my tabbedPane. I have to relearn how to detect what object called the actionListener since i'm to lazy to create inner classes for each button pressed. Now great, I'm getting rid of the Main Menu from my tabbed pane but i still got that horrible Creator creator. Well I have good news. I'm learn how to use CardLayout manager which should make it so you either see the tabbed pane or the creator creator, but not both.

No comments:

Post a Comment