Skip to content

Commit

Permalink
- issue53: Make dialogs resizable
Browse files Browse the repository at this point in the history
  • Loading branch information
agirbal committed Dec 6, 2011
1 parent 9cfbd46 commit 2b5dece
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
Binary file modified lib/SwingFast.jar
Binary file not shown.
Binary file modified lib/bson.jar
Binary file not shown.
Binary file modified lib/mongo.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion nbproject/genfiles.properties
@@ -1,6 +1,6 @@
build.xml.data.CRC32=b767bcb9
build.xml.script.CRC32=9d7f4f72
build.xml.stylesheet.CRC32=28e38971@1.38.3.45
build.xml.stylesheet.CRC32=28e38971@1.44.1.45
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=b767bcb9
Expand Down
6 changes: 2 additions & 4 deletions nbproject/project.properties
Expand Up @@ -26,16 +26,14 @@ dist.jar=${dist.dir}/JMongoBrowser.jar
dist.javadoc.dir=${dist.dir}/javadoc
endorsed.classpath=
excludes=
file.reference.jcalendar-1.3.3.jar=/home/antoine/workspace/ag/SwingFast/trunk/lib/jcalendar-1.3.3.jar
file.reference.trunk-resource=resource
file.reference.trunk-src=src
includes=**
jar.compress=false
javac.classpath=\
${file.reference.jcalendar-1.3.3.jar}:\
${reference.MongoDB_Java_Driver.jar}:\
${reference.MongoDB_Java_Driver.jar.1}:\
${reference.SwingFast.jar}
${reference.SwingFast.jar}:\
${reference.MongoDB_Java_Driver.jar.1}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down
2 changes: 1 addition & 1 deletion package/version
@@ -1 +1 @@
1-1-1
1-1-2
2 changes: 1 addition & 1 deletion resource/xml/JMongoBrowser.xml
Expand Up @@ -710,7 +710,7 @@
</Menu>
<Menu id="help" alt="h">
<MenuItem id="about" alt="a">
<InfoDialog signIcon="edgytech-small.png" signIconGroup="etIcons" signBorderColor="128;128;128" text="&lt;html&gt;JMongoBrowser v1.1.1&lt;br&gt;By Edgytech / Antoine Girbal"/>
<InfoDialog signIcon="edgytech-small.png" signIconGroup="etIcons" signBorderColor="128;128;128" text="&lt;html&gt;JMongoBrowser v1.1.2&lt;br&gt;By Edgytech / Antoine Girbal"/>
</MenuItem>
</Menu>
</org.mongo.jmongob.MainMenu>
Expand Down

0 comments on commit 2b5dece

Please sign in to comment.