added call to PMDViewer

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@797 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2002-08-28 13:32:32 +00:00
parent 94abe796f2
commit 0d0fb8d416

View File

@ -55,12 +55,10 @@ 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();