<div dir="ltr">Hi Nico,<div><div><br></div><div>> I remember that you mentioned the MiG Layout manager a while back on</div><div>> one of the mailing list, and am curious to hear if you have experience</div><div>> working with it, and whether or not it would be worth trying it out.</div>


</div><div><br></div><div>MigLayout is my layout manager of choice. Be warned that I always hand code my GUIs, but I think MigLayout removes some of the most painful aspects of it. If you "git grep" the ImageJ2 codebase for MigLayout, there are a few examples in there. Here is a pretty good one:</div>

<div><br></div><div><a href="https://github.com/imagej/imagej/blob/imagej-2.0.0-beta-7.5/ui/swing/commands/src/main/java/imagej/ui/swing/commands/CommandFinderPanel.java#L134">https://github.com/imagej/imagej/blob/imagej-2.0.0-beta-7.5/ui/swing/commands/src/main/java/imagej/ui/swing/commands/CommandFinderPanel.java#L134</a></div>

<div><br></div><div>But really the MigLayout white paper linked from their front page is pretty much all you need to know to get started!</div>
<div><br></div><div>Regards,</div><div>Curtis</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Nov 21, 2013 at 1:12 PM, Nico Stuurman <span dir="ltr"><<a href="mailto:nico.stuurman@ucsf.edu" target="_blank">nico.stuurman@ucsf.edu</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi Curtis,<br>
<br>
I'll be embarking on writing a Micro-Manager plugin to control a diSPIM microscope and will need to do quite a bit of GUI code writing.  So far I have mainly been using the Netbeans GUI builder, or hand-coding GUIs, none of which are very nice.  I remember that you mentioned the MiG Layout manager a while back on one of the mailing list, and am curious to hear if you have experience working with it, and whether or not it would be worth trying it out.<br>



<br>
Thanks for you opinion!<br>
<br>
Best,<br>
<br>
Nico<br>
</blockquote></div><br></div></div>