Menu

TopComponentGroupRegistration / Blog: Recent posts

Motivation

In one of my projects I want to draw a graph for module dependencys, and the programm should layout the graph automatically.
I decided to take a Algorithm that has some variables that will change the resulting layout of the Algorithm. So there was the need after a settings Panel, and so I did something like this:
public GraphWindow()
{
...
new SettingsTopComponent();
}
After I saw this, I decided to use a TopComponent Group and therefore I looked at some pages, how to do it, but the most recent here is by Geertjan.
But my first thought was: "Can't this be done via an Annotation?" and I found out: NO!
So there was a need for this Annotation and I began to wrote it.

Posted by Daniel Koll 2014-05-20
MongoDB Logo MongoDB