We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802d5c3 commit e82bff2Copy full SHA for e82bff2
src/main/java/net/sourceforge/pmd/util/fxdesigner/DesignerStarter.java
@@ -7,14 +7,12 @@
7
import java.io.IOException;
8
import java.io.InputStream;
9
import java.util.Properties;
10
-
11
import javax.swing.JOptionPane;
12
13
import org.apache.commons.lang3.SystemUtils;
14
15
import com.beust.jcommander.JCommander;
16
import com.beust.jcommander.ParameterException;
17
18
import javafx.application.Application;
19
20
/**
0 commit comments