Made the about text a separate text file instead of having it embedded within the classes. Made other minor changes concerning getting of calls to deprecated methods.

This commit is contained in:
amontano 2005-12-10 21:42:34 +00:00
parent 5c722a4f15
commit c3f85e7106
11 changed files with 1208 additions and 222 deletions

View file

@ -139,6 +139,7 @@ public class RemoteTibetanScanner extends TibetanScanner
}
catch (Exception e)
{
e.printStackTrace();
return null;
}
}