BatchedInkStorage.java

00001 package edu.stanford.hci.r3.browse;
00002 
00003 import java.io.File;
00004 
00005 import edu.stanford.hci.r3.util.DebugUtils;
00006 
00019 public class BatchedInkStorage {
00020         
00021         
00022         private static final String xmlPath = "penSynch\\data\\XML";
00023         
00024         public static void main(String[] args) {
00025                 File f = new File(xmlPath);
00026                 DebugUtils.println(f.getAbsolutePath());
00027         }
00028         
00029 }

Generated on Sat Apr 14 18:21:33 2007 for R3 Paper Toolkit by  doxygen 1.4.7