tags:

views:

58

answers:

2

I was trying to convert a dialog built in SWT into BMML. Can any one help in how can I achieve it

A: 

Here's some code that does the conversion from SWT to WireframeSketcher's screen format: http://pastebin.com/f4625affc

This code is actually used by WireframeSketcher for it's Spy plugin. For more details see this blog post: SWT to Mockup: WireframeSketcher Spy plugin

Peter Severin
A: 

Here's the blog post and the source repository for the SWT to BMML plugin.

Robert Munteanu