Top "Miglayout" questions

MiG Layout is a free and open-source layout manager for Java Swing, SWT, JavaFX2, Fantom, Qt and other GUI toolkits.

Java Vertical Layout?

I need to position a JLabel over some JButtons, vertically, like a game menu. They should all be centered. I …

java swing layout layout-manager miglayout
How to use MigLayout?

I read some information about Java layout managers and the recommendation was MigLayout. My problem is, that I didn't found …

java miglayout layout-manager
MigLayout usage

A question for those familiar with MigLayout sorry couldn't think of a more appropriate name for the question... I'm trying …

java swing miglayout
Dynamically removing component from JPanel

Here is runnable piece of code explaining the problem - I can remove s1 and s2 but not s3. This …

java swing miglayout concurrency event-dispatch-thread
How do I use MiG Layout with Eclipse?

I've been Googling and checking on Stack Overflow and nothing has helped... hopefully someone can. I usually just write my …

java eclipse ide miglayout
How to update/refresh JPanel on JButton click?

I am trying to plot a graph and graph should display when JButton is clicked. To create data set, I …

java swing jfreechart layout-manager miglayout
Painting over the top of components in Swing?

I have a JPanel added to a JViewport, and the panel has several other panels added to it. I'm trying …

java swing jpanel paintcomponent miglayout
How to draw a separator across a panel using MigLayout

This is a MigLayout-newbie question. I'd like to know how to draw a separator from the end of a label …

java swing miglayout
Swing - how to mix JTextField and JTextAreas and have same visual appearance?

I am using miglayout to create a form in which there are JTextFields (short input answers) as well as JTextAreas (…

java user-interface swing miglayout
Java: MiGLayout: How to use `hidemode`?

I am starting out using MiGLayout for my GUI design, and one of the feature I would need is to …

java swing miglayout gui-design