- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
7 Posted Topics
My Windows Vista computer was freezing up a lot, so I wanted to perform a system restore. In a tutorial, it said that it would be best to do this in safe mode (which, it said, could be attained by hitting F8). Well, I tried, and F8 didn't do anything; …
Firstly, zoidmaster is right. Your div's cannot be "position: absolute" or else they will ignore your content div. I believe you can either set it to "position: relative" or leave out position entirely. Also, in light of pearl20dec2011's suggestion, I would like to point out that the <center> tag is …
What are the buttons supposed to do? Also, please put your code within the CODE tags. It make it much easier to read for those trying to help you.
Well, I noticed that you are using vectors to store the players and enemies. However, because the Vector class is synchronized, it pays the price of synchronization which is a loss in speed. I would propose that you go back to using a single thread and switch from using vectors …
I've been searching the internet for a way to specify the size of a component within a JPanel, but I haven't been able to find anything that has worked. The best answer I came across was to override the getPreferredSize(), getMaximumSize(), and getMinimumSize() methods of the component, but the component …
What exactly do you mean by only half the background is changing?
Firstly, sorry if this is the wrong forum, but I wasn't sure where to post this. In any case, I'm running Windows Vista, and recently all the videos I'm playing on my computer have become very laggy (regardless of which media player I use). I believe this may be a …
The End.
abyss776