Matisse is Good for Prototyping
I just crossed a post from Colm Smyth who writes that he was able to
design a Spellchecker dialog in 3 minutes 18 seconds. He says it's the first time he used Matisse with a specific design in mind.
Hmm, interesting usage of Matisse... instead of drawing the UI on paper you can just play around a prototype the form. If it's not good enough, just scratch it, you can have another form visually prepared in few minutes. If you want to prototype HTML & JSF, you can try to use Creator's WYSIWYG editor. Now if there was a tool to make prototyping of code behind these UIs easy... or is that too much to ask for?
Hi Roumen,
I think Matisse is *absolutely* right for rapid UI prototyping; it's automatic layouting and guidelines make it the smartest and fastest way to build UI's I've found anywhere. I'll use it even when the GUI toolkit has nothing to do with Swing - for SWT, Windows, XUL, or even HTML.
I'd really like to see the Matisse GUI become part of Creator's GUI editor, especially if it could create a common or comparable XML description.
All the best,
Colm.
Posted by Colm Smyth on leden 25, 2006 at 11:29 odp. CET #
Posted by lumbago on leden 26, 2006 at 11:07 dop. CET #
Posted by Alex Lam on leden 26, 2006 at 12:34 odp. CET #
private void openWindow(java.awt.event.ActionEvent evt) {
NewJDialog nj = new NewJDialog(this, true);
nj.setVisible(true);
}
Posted by Roumen on leden 26, 2006 at 01:28 odp. CET #
Posted by lumbago on leden 26, 2006 at 04:18 odp. CET #
Posted by jtr on leden 26, 2006 at 04:20 odp. CET #
Posted by Roumen on leden 26, 2006 at 06:56 odp. CET #
Posted by 192.18.42.11 on leden 27, 2006 at 10:16 dop. CET #
Posted by Roumen on leden 27, 2006 at 01:18 odp. CET #