source: trunk/src/org/expeditee/assets/README@ 946

Last change on this file since 946 was 749, checked in by jts21, 10 years ago

Fix bug with setting title position when title doesn't have a parent, also add readme for assets/resources

File size: 423 bytes
Line 
1Anything in this folder will be packed into the Expeditee jar and accessible at runtime with:
2 ClassLoader.getSystemResource("org/expeditee/assets/...");
3
4Anything in the resources subfolder will be extracted into the main Expeditee folder on the first time Expeditee runs (when the default profile is generated). This allows for adding framesets and images to be accessed by Expeditee without having to write code for it.
Note: See TracBrowser for help on using the repository browser.