i added the required lib for SQL

i created OrderPane to be used in any frame that will display orders.
This commit is contained in:
2011-01-09 18:21:50 +00:00
parent 9070a0b21d
commit da038f97bb
7 changed files with 215 additions and 110 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="/home/ricky/Downloads/sqlitejdbc-v056.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/sqlitejdbc-v056.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>