+ mainPanel.add(createScopePanel(true, true, true),
BorderLayout.NORTH);
+ <-- trailing whitespace
+ JPanel panel = new JPanel(new MigLayout("fillx, wrap 2",
"[][fill,grow]"));Phillippe, just wondering: I guess there's EditorConfig plugin for your IDE (or a setting to trim trailing whitespace in Java files). Have you tried it? I guess it should completely prevent the appearance of the trailing whitespace. Vladimir
