On Aug 11, 12:54 am, "tinyang" <[email protected]> wrote:
> I have a java program I'm working on, and it has a line in it:
>
> public void onClick(guidebtn) {
>
> with this error:
>
> Syntax error on token "guidebtn", VariableDeclaratorId expected after this
> token.
Check that this piece of code is inside a method. (eventually a
missing brace somewhere).
Or give a little more context so that somebody can help you.
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---