Results 1 to 2 of 2
Thread: Quick Question on 2D Java Games
- 04-01-2012, 03:25 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 83
- Rep Power
- 0
Quick Question on 2D Java Games
Hi, I'm creating a boulder dash game and I have the playing board creating and also have the 80's smooth scrolling going so that only a part of the board is shown at any given time. What I want to do now is have a little scoreboard on top left corner that keeps (time elapsed/diamonds needed/remaining time). What would be the best tool to do that? I tried with JTextField and my time elapsed and remaining time shows fine in there but it goes in the top middle of the screen and the letters are small. I wanted to create a little scoreboard instead..........I only have 1 JPanel now. should i create another one? A little lost at what would be best option. I'm currently keeping the time with incrementing a double in my method using a timer.
- 04-01-2012, 09:15 PM #2
Member
- Join Date
- Sep 2010
- Posts
- 83
- Rep Power
- 0
Similar Threads
-
Quick Java Question
By nmc94 in forum New To JavaReplies: 2Last Post: 12-28-2011, 03:34 AM -
Quick question.
By juxta in forum New To JavaReplies: 11Last Post: 12-09-2011, 03:23 AM -
Quick Question for java with jobs :(
By pamboys09 in forum Jobs DiscussionReplies: 1Last Post: 02-07-2011, 06:56 PM -
Hello everyone! quick question.
By irishhokie in forum New To JavaReplies: 5Last Post: 04-03-2009, 04:13 AM -
Quick Java question/help
By Zedy in forum New To JavaReplies: 6Last Post: 04-22-2008, 03:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks