went back to the encapsulated way of doing it, kudos to Don on this one

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@801 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-28 14:09:54 +00:00
parent 9fbcde5f5b
commit 8598dd9cb9

View File

@ -55,10 +55,6 @@ public class PMD {
public static void main(String[] args) {
if (args[0].equals("-g")) {
try {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
PMDViewer pmdViewer = new PMDViewer();
pmdViewer.setVisible(true);
pmdViewer.setupFiles();
PMDViewer.run();
} catch (Exception e) {
e.printStackTrace();