Skip to content

Commit

Permalink
Resolved some issues of the Wizard Panels.
Browse files Browse the repository at this point in the history
Now you can start the Wizard and have fun!

At the moment, Freimap is in "broken version"...

Next step is to start the application with the Wizard panels and pass the configurations to the main application.

I've also added some libraries needed to start Wizard.
  • Loading branch information
stefano authored and stefano committed Aug 8, 2010
1 parent e58abc0 commit e4855fe
Show file tree
Hide file tree
Showing 34 changed files with 781 additions and 753 deletions.
Binary file added lib/appframework-1.0.3.jar
Binary file not shown.
Binary file removed lib/jcommon-1.0.8.jar
Binary file not shown.
Binary file removed lib/jfreechart-1.0.4.jar
Binary file not shown.
Binary file removed lib/jyaml-1.3.jar
Binary file not shown.
Binary file added lib/mysql-connector-java-5.0.5-bin.jar
Binary file not shown.
Binary file added lib/org-jdesktop-layout.jar
Binary file not shown.
Binary file added lib/org-openide-awt.jar
Binary file not shown.
Binary file added lib/org-openide-dialogs.jar
Binary file not shown.
Binary file added lib/org-openide-util.jar
Binary file not shown.
Binary file removed lib/xpp3_min-1.1.4c.jar
Binary file not shown.
Binary file removed lib/xstream-1.2.2-20061111.171510-1.jar
Binary file not shown.
1 change: 0 additions & 1 deletion nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
compile.on.save=false
do.depend=false
do.jar=true
file.reference.mysql-connector-java-5.0.5-bin.jar=/Users/Stefano/Desktop/FreimapSte/Freimap/hg/lib/mysql-connector-java-5.1.12-bin.jar
javac.debug=true
javadoc.preview=true
jaxbwiz.endorsed.dirs=/Applications/NetBeans/NetBeans 6.8.app/Contents/Resources/NetBeans/ide12/modules/ext/jaxb/api
Expand Down
33 changes: 24 additions & 9 deletions nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,21 @@ dist.jar=${dist.dir}/FreimapGSoC.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.AbsoluteLayout.jar=lib/absolutelayout/AbsoluteLayout.jar
file.reference.appframework-1.0.3.jar=lib/appframework-1.0.3.jar
file.reference.jcommon-1.0.8.jar=lib/jcommon-1.0.8.jar
file.reference.jfreechart-1.0.4.jar=lib/jfreechart-1.0.4.jar
file.reference.jmdns.jar=lib/jmdns.jar
file.reference.jyaml-1.3.jar=lib/jyaml-1.3.jar
file.reference.mysql-connector-java-5.0.5-bin.jar=lib/mysql-connector-java-5.0.5-bin.jar
file.reference.mysql-connector-java-5.1.12-bin.jar=lib/mysql-connector-java-5.1.12-bin.jar
file.reference.org-jdesktop-layout.jar=lib/org-jdesktop-layout.jar
file.reference.org-netbeans-modules-java-j2seproject-copylibstask.jar=lib/CopyLibs/org-netbeans-modules-java-j2seproject-copylibstask.jar
file.reference.org-openide-awt.jar=lib/org-openide-awt.jar
file.reference.org-openide-dialogs.jar=lib/org-openide-dialogs.jar
file.reference.org-openide-util.jar=lib/org-openide-util.jar
file.reference.swing-desktop-utils-r10.jar=lib/swing-desktop-utils-r10.jar
file.reference.swing-layout-1.0.4.jar=lib/swing-layout/swing-layout-1.0.4.jar
file.reference.swing-worker.jar=lib/swing-worker.jar
file.reference.swingx-bean.jar=lib/swingx-bean.jar
file.reference.swingx-ws-2009_06_14.jar=lib/swingx-ws-2009_06_14.jar
Expand All @@ -37,21 +46,27 @@ file.reference.xstream-1.2.2-20061111.171510-1.jar=lib/xstream-1.2.2-20061111.17
includes=**
jar.compress=false
javac.classpath=\
${libs.swing-app-framework.classpath}:\
${file.reference.swingx-ws-2009_06_14.jar}:\
${file.reference.jcommon-1.0.8.jar}:\
${file.reference.jfreechart-1.0.4.jar}:\
${file.reference.jmdns.jar}:\
${file.reference.jyaml-1.3.jar}:\
${file.reference.mysql-connector-java-5.0.5-bin.jar}:\
${file.reference.xpp3_min-1.1.4c.jar}:\
${file.reference.xstream-1.2.2-20061111.171510-1.jar}:\
${file.reference.mysql-connector-java-5.1.12-bin.jar}:\
${file.reference.org-openide-awt.jar}:\
${file.reference.org-openide-dialogs.jar}:\
${file.reference.org-openide-util.jar}:\
${file.reference.swing-desktop-utils-r10.jar}:\
${file.reference.swing-worker.jar}:\
${file.reference.swingx-bean.jar}:\
${file.reference.swingx-ws-2009_06_14.jar}:\
${file.reference.swingx.jar}:\
${libs.absolutelayout.classpath}:\
${libs.swing-layout.classpath}:\
${file.reference.mysql-connector-java-5.1.12-bin.jar}:\
${file.reference.jmdns.jar}
${file.reference.xpp3_min-1.1.4c.jar}:\
${file.reference.xstream-1.2.2-20061111.171510-1.jar}:\
${file.reference.org-jdesktop-layout.jar}:\
${file.reference.org-netbeans-modules-java-j2seproject-copylibstask.jar}:\
${file.reference.swing-layout-1.0.4.jar}:\
${file.reference.mysql-connector-java-5.0.5-bin.jar}:\
${file.reference.appframework-1.0.3.jar}:\
${file.reference.AbsoluteLayout.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down
42 changes: 0 additions & 42 deletions src/Wizard/Bundle.properties

This file was deleted.

45 changes: 0 additions & 45 deletions src/Wizard/FreimapVisualPanel1.form

This file was deleted.

177 changes: 0 additions & 177 deletions src/Wizard/FreimapVisualPanel4.java

This file was deleted.

Loading

0 comments on commit e4855fe

Please sign in to comment.