Author: jleroux
Date: Thu Sep 24 11:21:23 2009
New Revision: 818449
URL:
http://svn.apache.org/viewvc?rev=818449&view=revLog:
Related to directives for different screen sizes for POS
Modified:
ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java
Modified: ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java?rev=818449&r1=818448&r2=818449&view=diff==============================================================================
--- ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java (original)
+++ ofbiz/trunk/framework/base/src/org/ofbiz/base/util/UtilProperties.java Thu Sep 24 11:21:23 2009
@@ -360,7 +360,12 @@
+"# under the License. \n"
+"###############################################################################\n"
+"# \n"
- +"#Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue)");
+ +"# Dynamically modified by OFBiz Framework (org.ofbiz.base.util : UtilProperties.setPropertyValue)\n"
+ +"# \n"
+ +"# By default the screen is 1024x768 wide. If you want to use another screen size,\n"
+ +"# you must create a new directory under specialpurpose/pos/screens, like the 800x600.\n"
+ +"# You must also set the 3 related parameters (StartClass, ClientWidth, ClientHeight) accordingly.\n"
+ +"#");
propFile.close();
} catch (FileNotFoundException e) {