[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Student needs Help with GUI

Stephan,

Maybe you want to run this tutorial which will produce an RCP editor that shows tables, trees, lists, and other cool things in action:
Tutorial: Generating a Rich Client Platform (RCP) Application Using EMF

Daniel Megert wrote:
Stephan wrote:

This is my first GUI, I have to realize. I have to build an application as Eclipse Plugin.
Here's a small mindmap, which I would like to realize:

Window-|
      |perspective-|
                   |view-|
                         |JTable

Ma problem is, that I don't know which classes I have to use, to pack the table into the view.

As said - don't use a JTable.

Dani