Thursday, September 29, 2011

JPanel's and Backgrounds

I've finally started to get back coding after my summer vacation.  It's good to be getting my feet wet again, I've missed it! I've started working on a updating and adding to an existing java project, mostly for fun. I've been trying to get a background picture to show up on JPanels but haven't found a really good way of doing that. Currently I'm using a JLabel but when the other elements are added to the JPanel it pushes my picture off the screen.  So, I'm going to try to override the paintComponent method and see if that works... Hopefully I'll find a solution quick and my homework won't start to suffer!!!

//END OF LINE

Sunday, September 25, 2011

Excuses, Excuses...

This summer has been crazy busy and I haven't gotten to get my hands dirty in any programming projects.  But with the new semester starting and having to do a senior project and hopefully having some free time to play with some coding projects I have in mind, I will be updating more with hopefully more interesting code snippets and projects I'm working on.

//END OF LINE