updated config

git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@507 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
kascade 2007-02-08 11:45:53 +00:00
parent 3b921c9b35
commit 3b13b1de67
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<dontUsePrivateJres>false</dontUsePrivateJres>
<initialHeapSize>0</initialHeapSize>
<maxHeapSize>0</maxHeapSize>
<opt>-Djava.library.path=lib -Xmx256M</opt>
<opt>-Djava.library.path=lib -Xmx256M -Dswing.aatext=true</opt>
</jre>
<splash>
<file>C:\Documents and Settings\gouldj.GUNTER-2K\Desktop\Enginuity-dist\graphics\enginuity-splash.bmp</file>

View File

@ -19,7 +19,7 @@
<dontUsePrivateJres>false</dontUsePrivateJres>
<initialHeapSize>0</initialHeapSize>
<maxHeapSize>0</maxHeapSize>
<opt>-Djava.library.path=lib -Xmx256M</opt>
<opt>-Djava.library.path=lib -Xmx256M -Dswing.aatext=true</opt>
</jre>
<splash>
<file>C:\Documents and Settings\gouldj.GUNTER-2K\Desktop\Enginuity-dist\graphics\enginuity-splash.bmp</file>

View File

@ -51,7 +51,7 @@ public class Settings implements Serializable {
private boolean displayHighTables = true;
private boolean valueLimitWarning = true;
private Font tableFont = new Font("Arial", Font.BOLD, 12);
private Font tableFont = new Font("Arial", Font.BOLD, 11);
private Dimension cellSize = new Dimension(42, 18);
private Color maxColor = new Color(255, 102, 102);
private Color minColor = new Color(153, 153, 255);