![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#11 |
|
PFO Founder
![]() ![]() |
First off there is no need for the sarcasm and rudeness against the new member.
@kenny1591: Please read through the rules here at Programming forums http://www.programmingforums.org/for...q=faq_policies If you look up at your code you posted (I have added the [highlight] tag to your code to preserve the formatting. If you look at it your closing brackets are not in the right places. You are not closing paintComponent. You have enough } but you have 2 of them at the very bottom and you need another one before main. If you look at the code you should see that. You will also need to remove one of the extra ones. Something like this. java Syntax (Toggle Plain Text)
__________________
BIG K aka Kyle Programming Forums Kyle K Online Please do not PM or email me programming questions. Post them in the forums instead. |
|
|
|