Not to be dense here....
1. I'm assuming inside demo.java you have something like
public class demo
{
....
class innerclass
{
.....
}
}
and you want to have two public classes?
Just put it in a new file in the same package and you should be good
to go.
The real moral of the story, not to sound overly anything, is that you
really, really need to include more information in your inquiry. What
you've provided is not entirely discernable and may have nothing to do
with GWT, it could be just a Java question...but the bottom line is
that we won't know if you don't provide a little more detail.
Later,
Shaffer
On Oct 9, 3:18 pm, JohnMudd <[EMAIL PROTECTED]> wrote:
> I currently have demo.java. I just want to move a class out of that
> file to a separate file.
>
> John
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---