[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.jdt] Re: Running the GUI part of an application

Ida a Ãcrit :
Hallo,

How do I go about running just a part of an application in Eclipse.
In this case the part I'm referring to is the GUI. The whole application isn't complete but the GUI is. Is ther a way to view the GUI client? Thank you.

You can add "dummy" static main() method and show the frames/dialogs in these main methods.