"Matisse" Problems: it's not Matisse, but ...

… the way Swing layout managers work. I use Matisse for (I may say) complex application layouts with lots of more than half a dozen components, and it works very well. What I must admit: it works very well since I took a deep dive into the various Swing layout types. To me, that is the secret: you really need a thorough understanding of the Swing layout managers! Without that, UI programming in Java is not much fun in general.
I agree: UI programming in Windows is much easier - in the start. Essentially that is due to the rather simple anchoring strategies (be it Visual Studio or Delphi, that does not make much difference).
But I also had some projects where I had to implement some more sophisticated requirements for the UI that really made wish for Swing-style layout managers for native win32 apps.
So, in my oppinion in many cases the problem sits “in front of the screen”, not behind …
;-)

Reply

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
4 + 4 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

Back to top