0

I look for answer to that question for long time. I downloaded SWT and it is not it. How to enable XML defined GUI in Java projects in Eclipse? It is so common(many people do that) thing but a the same time I can't find place whre is said how to enable this feature.

I would like to use that in my applications: https://code.google.com/p/atdl4j/

Yoda
  • 17,363
  • 67
  • 204
  • 344

1 Answers1

0

It sounds like you are asking for a way to define your Java GUI layout in an XML file. In the past I have used CookSwing to do this.

You should also take a look at these related questions:

Community
  • 1
  • 1
Richard Neish
  • 8,414
  • 4
  • 39
  • 69
  • But then I want tu use their technology and create xmls like this one: http://atdl4j.googlecode.com/svn/atdl4j-ui/trunk/atdl4j-ui-swt/src/test/resources/ABC_strategies.xml and achieve GUI like this one: https://code.google.com/p/atdl4j/wiki/UISWT – Yoda Mar 26 '14 at 18:53