~meier-philipp/humigraf/development

« back to all changes in this revision

Viewing changes to Humigraf/src/ch/praeber/humigraf/Main.java

  • Committer: Philipp Meier
  • Date: 2012-01-27 20:06:37 UTC
  • Revision ID: meier.phi@gmail.com-20120127200637-tvel1otwl284fed1
changed name, modified & unified file chooser

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
     * @param args the command line arguments
26
26
     */
27
27
    public static void main(String[] args) {
28
 
        AnalyticsGUI Software = new AnalyticsGUI("P-Raeber Humigraf");
 
28
        AnalyticsGUI Software = new AnalyticsGUI("Humigraf");
29
29
    }
30
30
}